Detect the gene ID type of Seurat object

DetectGeneIDtype(SeuratObj)

Arguments

SeuratObj

Seurat object

Examples

if (FALSE) { SeuratObj <- DetectGeneIDtype(SeuratObj) GeneIDtype <- slot(object = SeuratObj, name = 'misc')[["featureData"]][['GeneIDtype']] }