Description Usage Arguments Author(s) Examples
View source: R/metaseqr.util.R
High score filtering function. Internal use.
1 | filter.high(x, f)
|
x |
a data numeric matrix. |
f |
a threshold. |
Panagiotis Moulos
1 2 3 | data("mm9.gene.data",package="metaseqR")
counts <- as.matrix(mm9.gene.counts[,9:12])
f <- filter.low(counts,median(counts))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.