Data Integrator (Python API)
Classes | Namespaces | Variables
HSGeneAtlasHandling.py File Reference

Classes

class  cls.HSGeneAtlasHandling.CHSGeneAtlasHandling
 Provides access to gene expression data from GNF. More...
 

Namespaces

 cls.HSGeneAtlasHandling
 Tissue specific gene expression by GNF.
 

Variables

list cls.HSGeneAtlasHandling.GA_TOI
 Tissues of interest. More...
 
string cls.HSGeneAtlasHandling.GA_OVER_EXPRESSED_FILTER = "over-expressed";
 Token for selecting over-expressed genes when using thresholds. More...
 
string cls.HSGeneAtlasHandling.GA_UNDER_EXPRESSED_FILTER = "under-expressed";
 Token for selecting under-expressed genes when using thresholds. More...
 
string cls.HSGeneAtlasHandling.GA_OVER_UNDER_EXPRESSED_FILTER = "both"
 Token for selecting both over-&under-expressed genes when using thresholds. More...
 
string cls.HSGeneAtlasHandling.GA_PROBESET_1_1_FILTER = "at"
 Probset targets ideally single transcript of a gene. More...
 
string cls.HSGeneAtlasHandling.GA_PROBESET_N_1_FILTER = "s_at"
 Probset targets ideally several transcripts of a gene. More...
 
string cls.HSGeneAtlasHandling.GA_PROBESET_N_M_FILTER = "x_at"
 Probset targets several transcript of several related genes. More...
 
string cls.HSGeneAtlasHandling.PROBESET_ID_NM = "Gene Atlas Probe Set ID";