Code for storing and analyzing RNASeq data. Developed by Warmflash lab at Rice University.
Sample - store data from one RNASeq sample MappedSample - subclass of sample. store one sample mapped to a reference database RNASeqData - store one dataset (typically one experiment) Emsembl - store an ensembl database
RNASeqData.getExpressionByName get expression of all genes matching a particular string, across dataset RNASeqData.differentialExpression perform differential expression analysis across samples in a dataset
MappedSample - constructor maps the data from sample to an ensembl database Ensembl - constructor converts file downloaded from ensembl to an Ensembl object
makeNewDatasetObjects - shows how to create an RNASeqData object from one experiment