Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cellcall with integrated data (Seurat) #28

Open
akramdi opened this issue Apr 12, 2022 · 1 comment
Open

cellcall with integrated data (Seurat) #28

akramdi opened this issue Apr 12, 2022 · 1 comment

Comments

@akramdi
Copy link

akramdi commented Apr 12, 2022

Hello,

Could you give us some indications on how to create the right input data for cellcall in case of integrated data (Seurat)?
We plan to extract expression data from the "counts" slots of the "SCT" assay, does this sound reasonable ?

Many thanks fot the help,

@ShellyCoder
Copy link
Owner

Apologize for a late reply. If you want to extract count data of endothelial_cell from the seurat object "seurat_obj". The example code has followed:

yourDF <- as.matrix(GetAssayData(seurat_obj, slot = "counts")[, WhichCells(seurat_obj, ident = "endothelial_cell")])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants