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 2 3 4 5 6 | 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)
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.