- Data collection from [GEO] library
- Annotations of Platforms
Installation:
pip install GEOparse
[Usage:]
gse = GEOparse.get_GEO(geo="GSE1563", destdir="./")
gse.gsms.items() # pairs of `gsm_name` and `gsm`
gse.gpls.items() # pairs of `gpl_name` and `gpl`
GSE
(Series) is a record that summarizes whole study including samples and platformsGPL
(Platform) contains mappings from probe IDs to RefSeq IDsGSM
(Sample) contains information about the conditions and preparation of a Sample
- Quantile Normalization [wiki] [machinelearning.ru]
- Improving the value of public RNA-seq expression data by phenotype prediction [bioRxiv]
- MAnorm: a robust model for quantitative comparison of ChIP-Seq data sets [BioMed Central]
- A Python module to normalize microarray data by the quantile adjustment method [PubMed Central]
Copyright Β© 2017, BioinfoGroup. Released under the GNU AGPLv3.