Data Integrator (Python API)
|
Tissue specific gene expression by GNF. More...
Classes | |
class | CHSGeneAtlasHandling |
Provides access to gene expression data from GNF. More... | |
Variables | |
list | GA_TOI |
Tissues of interest. More... | |
string | GA_OVER_EXPRESSED_FILTER = "over-expressed"; |
Token for selecting over-expressed genes when using thresholds. More... | |
string | GA_UNDER_EXPRESSED_FILTER = "under-expressed"; |
Token for selecting under-expressed genes when using thresholds. More... | |
string | GA_OVER_UNDER_EXPRESSED_FILTER = "both" |
Token for selecting both over-&under-expressed genes when using thresholds. More... | |
string | GA_PROBESET_1_1_FILTER = "at" |
Probset targets ideally single transcript of a gene. More... | |
string | GA_PROBESET_N_1_FILTER = "s_at" |
Probset targets ideally several transcripts of a gene. More... | |
string | GA_PROBESET_N_M_FILTER = "x_at" |
Probset targets several transcript of several related genes. More... | |
string | PROBESET_ID_NM = "Gene Atlas Probe Set ID"; |
Tissue specific gene expression by GNF.
string cls.HSGeneAtlasHandling.GA_OVER_EXPRESSED_FILTER = "over-expressed"; |
Token for selecting over-expressed genes when using thresholds.
string cls.HSGeneAtlasHandling.GA_OVER_UNDER_EXPRESSED_FILTER = "both" |
Token for selecting both over-&under-expressed genes when using thresholds.
string cls.HSGeneAtlasHandling.GA_PROBESET_1_1_FILTER = "at" |
Probset targets ideally single transcript of a gene.
string cls.HSGeneAtlasHandling.GA_PROBESET_N_1_FILTER = "s_at" |
Probset targets ideally several transcripts of a gene.
string cls.HSGeneAtlasHandling.GA_PROBESET_N_M_FILTER = "x_at" |
Probset targets several transcript of several related genes.
list cls.HSGeneAtlasHandling.GA_TOI |
Tissues of interest.
string cls.HSGeneAtlasHandling.GA_UNDER_EXPRESSED_FILTER = "under-expressed"; |
Token for selecting under-expressed genes when using thresholds.
string cls.HSGeneAtlasHandling.PROBESET_ID_NM = "Gene Atlas Probe Set ID"; |