siibra.livequeries.allen

Query Allen Human Brain Atlas microarray data in specified volume.

Module Contents

Classes

AllenBrainAtlasQuery

Interface to Allen Human Brain Atlas microarray data.

Attributes

BASE_URL

class siibra.livequeries.allen.AllenBrainAtlasQuery(**kwargs)
Inheritance diagram of siibra.livequeries.allen.AllenBrainAtlasQuery

Interface to Allen Human Brain Atlas microarray data.

This class connects to the web API of the Allen Brain Atlas: © 2015 Allen Institute for Brain Science. Allen Brain Atlas API. Available from: brain-map.org/api/index.html Any use of the data needs to be in accordance with their terms of use, see https://alleninstitute.org/legal/terms-use/

  • We have samples from 6 different human donors.

  • Each donor corresponds to exactly 1 specimen (tissue used for study)

  • Each sample was subject to multiple (in fact 4) different probes.

  • The probe data structures contain the list of gene expression of a particular gene measured in each sample. Therefore the length of the gene expression list in a probe coresponds to the number of samples taken in the corresponding donor for the given gene.

factors
species
__iter__()
query(concept: siibra.core.structure.BrainStructure) Iterable[siibra.features.tabular.gene_expression.GeneExpressions]
siibra.livequeries.allen.BASE_URL = 'http://api.brain-map.org/api/v2/data'