CMS subtype identification in Single cell data
1
0
Entering edit mode
3.6 years ago
David_emir ▴ 490

Hi All,

Is it possible to identify CMS subtypes for Single-cell data (Seurat object)? I am having ~ 50000 single cells data and using Seurat for the analysis. I am interested in CMS subtyping, is it possible to use CMScaller on single-cell and if yes how can I used Seurat object (counts) as an input.

CMScaller

thanks for your help,

Regards, Dave

single cell cmscaller RNA-Seq • 1.1k views
ADD COMMENT
1
Entering edit mode
3.6 years ago

The vignette says it only need an expression matrix, so presumably yes, it will run on single cell data. On the other hand, I don't know anything about the tool or methods it uses, so underlying assumptions may be violated, which means it may not necessarily work.

It seems to want raw counts, and those are easy enough to get from Seurat via:

GetAssayData(object = pbmc, slot = "counts", assay = "RNA")

Their cheatsheet page has many common and useful Seurat functions and commands.

ADD COMMENT

Login before adding your answer.

Traffic: 2441 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6