Description Usage Arguments Value
View source: R/filter_variance_by_row.R
The ExpressionSet is filtered such that only genes with a variance larger than a specific value (given by threshold) are kept.
1 | filter_variance_by_row(x, threshold = 0)
|
x |
An ExpressionSet. |
threshold |
Variance threshold to use. |
A matrix with filtered variance is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.