filter.low {metaseqR} | R Documentation |
Low score filtering function. Internal use.
filter.low(x, f)
x |
a data numeric matrix. |
f |
a threshold. |
Panagiotis Moulos
data("mm9.gene.data",package="metaseqR") counts <- as.matrix(mm9.gene.counts[,9:12]) f <- filter.low(counts,median(counts))