View source: R/utility_functions.R
col2rowname | R Documentation |
Assign column entries in data.frame to row names.
col2rowname(df, col)
df |
data.frame |
col |
Character specifying column name in df. |
df
Nicholas Mikolajewicz
f.mat <-aggGroupExpression(
so = so.query,
which.data = "data",
which.assay = DefaultAssay(so.query),
which.center = "fraction",
which.group = "seurat_clusters",
do.parallel = F
)
f.mat <- col2rowname(f.mat, col = "genes")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.