View source: R/ImputeAndAddTopics.R
ImputeAndAddTopics | R Documentation |
This function adds the topic-document information as individual columns to the Seurat metadata for each topic
ImputeAndAddTopics(Object, model, TopicPrefix = "ImputedTopic")
Object |
Seurat object containing the data the model was created with. |
model |
LDA model output |
TopicPrefix |
Prefix of Topics to be added to your metaData (Default "ImputedTopic") |
Seurat object with updated metadata of imputed geneExpression
ImputeAndAddTopics(SeuratObj, LDAmodel, TopicPrefix = "ImputedTopic")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.