uniquefy_by_variance | R Documentation |
Uniquefies an matrix by the row variance. This ranks variance for each as specifified in the map data.frame. The row.names of the expression matrix and map need to have at least some in common. Function first identifies which row.names are shared and then subsets. Idea for using max var to de-duplicate probes came form here: https://www.biostars.org/p/51756/#51875
uniquefy_by_variance(mat, map, dup_col = NULL)
mat |
expression matrix |
map |
gene map |
dup_col |
col with potential duplicates |
filtered expression matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.