getDataStatistics {ROSeq} | R Documentation |
Takes in the complete read count vector corresponding to the gene (sp) and also the data corresponding to the two sub-populations (sp1 and sp2)
getDataStatistics(sp, spOne, spTwo)
sp |
The complete (normalized and filtered) read count data corresponding to the gene in question |
spOne |
The (normalized and filtered) read count data corresponding to the first sub-population |
spTwo |
The (normalized and filtered) read count data corresponding to the second sub-population |
geneStats A vector containing 6 values corresponding to the gene data(maximum, minimum, mean, standard deviation, upper multiple of standard deviation and lower multiple of standard deviation)