getDataStatistics {ROSeq}R Documentation

Evaluates statistics of the read counts corresponding to the gene

Description

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)

Usage

getDataStatistics(sp, spOne, spTwo)

Arguments

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

Value

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)


[Package ROSeq version 1.4.0 Index]