Description Usage Arguments Value
Finds the module assignments of given features in a 'celda_C()' model
1 2 | ## S3 method for class 'celda_C'
featureModuleLookup(counts, celda.mod, feature, exact.match)
|
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_C'. |
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 required to look up the feature in the rownames of the counts matrix. Default TRUE. |
List. Each element contains the module of the provided feature.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.