| grp_means | R Documentation |
Calculate group means per feature (e.g. per gene), accounting for possible intra-sample duplication.
grp_means(object, grp, args.lst = list())
object |
Matrix-like data object containing log-ratios or log-expression values, with rows corresponding to features (e.g. genes) and columns to samples. Must have row names that are non-duplicated and non-empty. |
grp |
Vector of sample groups. These must be valid variable names in R and the same length as
|
args.lst |
List of arguments to be used in |
Matrix of features (e.g. genes) by groups of means of object with column names ending in .avg.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.