featureModuleTable {celda} | R Documentation |
Creates a table that contains the list of features in each feature module.
featureModuleTable( sce, useAssay = "counts", altExpName = "featureSubset", outputFile = NULL )
sce |
A SingleCellExperiment object returned by
celda_G, or celda_CG, with the matrix
located in the |
useAssay |
A string specifying which assay slot to use. Default "counts". |
altExpName |
The name for the altExp slot to use. Default "featureSubset". |
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(sceCeldaCG) featureModuleTable(sceCeldaCG)