View source: R/celda_functions.R
featureModuleTable | R Documentation |
Creates a table that contains the list of features in each feature module.
featureModuleTable(
sce,
useAssay = "counts",
altExpName = "featureSubset",
displayName = NULL,
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". |
displayName |
Character. The column name of
|
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.