Description Usage Arguments Value See Also Examples
Finds the module assignments of given features in a 'celda_G()' model
1 2 3 | ## S3 method for class 'celda_G'
featureModuleLookup(counts, celda.mod, feature,
exact.match = TRUE)
|
counts |
Integer matrix. Rows represent features and columns represent cells. This matrix should be the same as the one used to generate 'celda.mod'. |
celda.mod |
Model of class 'celda_G'. |
feature |
Character vector. The module assignemnts will be found for feature names in this vector. |
exact.match |
Logical. Whether an exact match or a partial match using 'grep()' is used to look up the feature in the rownames of the counts matrix. Default TRUE. |
List. Each element contains the module of the provided feature.
'celda_G()' for clustering features
1 2 | module = featureModuleLookup(celda.G.sim$counts, celda.G.mod,
c("Gene_1", "Gene_XXX"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.