public interface AllenBrainAtlasService
Modifier and Type | Method and Description |
---|---|
AbaGene |
getGene(Gene gene) |
String |
getGeneUrl(Gene gene)
Given a Gemma gene object returns an allen brain atlas gene URL
|
Collection<Image> |
getImagesFromImageSeries(Collection<ImageSeries> imageSeries)
Returns a collection of images from all the imageSeries given.
|
Collection<ImageSeries> |
getSagittalImageSeries(Gene gene)
Given a Gene, returns all the image series that contain sagittal images for the given gene.
|
AbaGene getGene(Gene gene) throws IOException
gene
- gene to look up in ABA.IOException
- if there is a problem while manipulating the file.String getGeneUrl(Gene gene)
gene
- geneCollection<Image> getImagesFromImageSeries(Collection<ImageSeries> imageSeries)
imageSeries
- image seriesCollection<ImageSeries> getSagittalImageSeries(Gene gene) throws IOException
gene
- gene to look forIOException
- if there is a problem while manipulating the fileCopyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.