View source: R/TransferTopics.R
TransferTopics | R Documentation |
This function takes the topics from one dataset and, using the word-topic distribution from that dataset, to impute these topics onto a new dataset.
TransferTopics(Object, Model, TopicPrefix = "Topic")
Object |
Seurat object to transfer topics onto |
Model |
LDA model using data from another dataset |
TopicPrefix |
Common prefix for topics in the LDA model |
Seurat object with topics transferred into its metadata
TransferTopics(NewSeuratObj, Old_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.