Description Usage Arguments Value Examples
This function will output the corresponding feature module for a specified list of genes from a celda model.
1 | 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" or "celda_CG". |
feature |
Character vector. Identify feature modules for the specified feature names. |
exact.match |
Logical. Whether to look for exact match of the gene name within counts matrix. Default TRUE. |
List. Each entry corresponds to the feature module determined for the provided features
1 2 | featureModuleLookup(counts = celda.CG.sim$counts,
celda.mod = celda.CG.mod, "Gene_1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.