Description Usage Arguments Value Examples
View source: R/celda_functions.R
Creates a table that contains the list of features in each feature module
1 | featureModuleTable(counts, celda.mod, output.file = NULL)
|
counts |
Integer matrix. Rows represent features and columns represent cells. |
celda.mod |
Celda object of class "celda_G" or "celda_CG". |
output.file |
File name for feature module table. If NULL, file will not be created. Default NULL. |
Matrix. Contains a list of features per each column (feature module)
1 2 3 4 | featureModuleTable(celda.CG.sim$counts, celda.CG.mod, output.file = NULL)
featureModuleTable(celda.CG.sim$counts, celda.CG.mod, output.file = "Celda_Output.txt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.