GetTopics: Extract Topic Information

View source: R/GetTopics.R

GetTopicsR Documentation

Extract Topic Information

Description

This function extracts the cell-topic information from the LDA model. The output matrix is the cell-topic matrix giving a normalized score of how much each cell corresponds with each topic

Usage

GetTopics(model, Object)

Arguments

model

LDA model.

Object

Seurat object containing the data the model was created with.

Value

document-topic matrix

Examples

GetTopics(LDA_model, SeuratObj)


JuliusCampbell/TITAN documentation built on May 24, 2023, 3:42 p.m.