MouseLightQuerier Class Documentation#
Package: sc.fiji.snt.io
Importer for retrieving reconstructions from MouseLight’s online database at ml-neuronbrowser.janelia.org
Methods#
Getters Methods#
- static getAllIDs()
Gets all available neuron IDs from the database.
- static getIDs(String, boolean)
Gets neuron IDs matching the specified collection of IDs or DOIs.
- static getNeuronCount()
Gets the number of cells publicly available in the MouseLight database.
- static isDatabaseAvailable()
Checks whether a connection to the MouseLight database can be established.
Setters Methods#
- static setCCFVersion(String)
Sets the version of the Common Coordinate Framework to be used by the Querier.
Other Methods#
- static main(String;)