View source: R/other_functions.R
findFromGroups | R Documentation |
Feturns the summary gene expression value across a group
findFromGroups(datExpr, groupVector, fn = "mean")
datExpr |
a matrix of data (rows=genes, columns=samples) |
groupVector |
character vector corresponding to the group (e.g., cell type) |
fn |
Summary function to use (default = mean) |
Summary matrix (genes x groups)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.