filter_matrix | R Documentation |
filter one (or two) expression matrix by genes
filter_matrix(m1, m2 = NULL, filter_genes = TRUE, variance_cutoff = 0)
m1 |
Matrix 1 |
m2 |
Matrix 2 (optional) |
filter_genes |
boolean |
variance_cutoff |
numeric, genes below this variance value are removed |
filtered matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.