public class MouseLightQuerier extends Object
Modifier and Type | Method and Description |
---|---|
static List<String> |
getAllIDs() |
static List<String> |
getIDs(AllenCompartment compartment) |
static List<String> |
getIDs(Collection<AllenCompartment> compartments) |
static List<String> |
getIDs(Collection<String> idsOrDOIs,
boolean exactMatch) |
static List<String> |
getIDs(String idOrDOI,
boolean exactMatch)
Returns a list of IDs associated with the specified identifier
|
static int |
getNeuronCount()
Gets the number of cells publicly available in the MouseLight database.
|
static boolean |
isDatabaseAvailable()
Checks whether a connection to the MouseLight database can be established.
|
static void |
main(String... args) |
public static boolean isDatabaseAvailable()
public static List<String> getIDs(AllenCompartment compartment)
public static List<String> getIDs(Collection<AllenCompartment> compartments)
public static List<String> getIDs(String idOrDOI, boolean exactMatch)
idOrDOI
- the neuron id (e.g., "AA0001") or DOI (e.g.,
"10.25378/janelia.5527672") of the neuron to be loadedexactMatch
- If true, only exact matches will be consideredpublic static List<String> getIDs(Collection<String> idsOrDOIs, boolean exactMatch)
public static int getNeuronCount()
public static void main(String... args)
Copyright © 2015–2021 Fiji. All rights reserved.