Package sc.fiji.snt.annotation
Class InsectBrainUtils
java.lang.Object
sc.fiji.snt.annotation.InsectBrainUtils
Utility methods for retrieving species, brain, and neuron data from
the Insect Brain Database
- Author:
- Cameron Arshadi, Tiago Ferreira
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<InsectBrainCompartment> getBrainCompartments(int speciesId, String sex) static org.json.JSONObjectgetBrainJSON(int speciesId) getBrainMeshes(int speciesId, String sex) getSpeciesNeuronIDs(int speciesId)
-
Method Details
-
getAllSpecies
-
getAllNeuronIDsOrganizedBySpecies
-
getAllNeuronIDs
-
getSpeciesNeuronIDs
-
getBrainJSON
public static org.json.JSONObject getBrainJSON(int speciesId) -
getBrainCompartments
-
getBrainMeshes
-