cellcall icon indicating copy to clipboard operation
cellcall copied to clipboard

cellcall with integrated data (Seurat)

Open akramdi opened this issue 2 years ago • 1 comments

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,

akramdi avatar Apr 12 '22 17:04 akramdi

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")])

ShellyCoder avatar Nov 16 '22 01:11 ShellyCoder