filterCounts {EBSEA} | R Documentation |
The exons are filtered based on their expression levels so that each exon has a mean greater than 1 or user defined mean.
filterCounts(x, mean)
x |
A numeric dataframe of counts in the sample with gene and exon number as the row names and samples as the column names |
mean |
The mean value to filter the genes below the threshold |
A dataframe of filtered counts of exons
data(origCounts) res <- filterCounts(origCounts)