Get pathway IDs and their corresponding description

ID2Description(SeuratObj, by = "GO")

Arguments

SeuratObj

Object of class "Seurat"

by

"GO", "KEGG", "Reactome", "MSigDb", "WikiPathways", "DO", "NCG", "DGN"

Examples

if (FALSE) { ID2Description(SeuratObj, by = "GO") ID2Description(SeuratObj, by = "KEGG") }