View source: R/cell_type_assignments.R View source: R/basics.R
average.mat.rows | R Documentation |
Function that gets the average of each row of a matrix
function for computing matrix averages
average.mat.rows(m, ids, f = colMeans) average.mat.rows(m, ids, f = colMeans)
m |
matrix |
ids |
ids of the samples you care about |
f |
aggregation function |
a list of binary scores
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.