featureModuleTable {celda} | R Documentation |
Creates a table that contains the list of features in each feature module.
featureModuleTable(counts, celdaMod, outputFile = NULL)
counts |
Integer matrix. Rows represent features and columns represent cells. |
celdaMod |
Celda object of class "celda_G" or "celda_CG". |
outputFile |
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)
data(celdaCGSim, celdaCGMod) featureModuleTable(celdaCGSim$counts, celdaCGMod, outputFile = NULL)