Class InsectBrainUtils

java.lang.Object
sc.fiji.snt.annotation.InsectBrainUtils

public final class InsectBrainUtils extends Object
Utility methods for retrieving species, brain, and neuron data from the Insect Brain Database
Author:
Cameron Arshadi, Tiago Ferreira
  • Method Details

    • getAllSpecies

      public static List<Map<String,Object>> getAllSpecies()
    • getAllNeuronIDsOrganizedBySpecies

      protected static Map<String,List<Integer>> getAllNeuronIDsOrganizedBySpecies()
    • getAllNeuronIDs

      public static List<Integer> getAllNeuronIDs()
    • getSpeciesNeuronIDs

      public static List<Integer> getSpeciesNeuronIDs(int speciesId)
    • getBrainJSON

      public static org.json.JSONObject getBrainJSON(int speciesId)
    • getBrainCompartments

      public static List<InsectBrainCompartment> getBrainCompartments(int speciesId, String sex)
    • getBrainMeshes

      public static List<OBJMesh> getBrainMeshes(int speciesId, String sex)