-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi,
I am running ascend with the following commands:
em <- ascend::newEMSet(assays = list(counts = data))
em <- ascend::filterLowAbundanceGenes(em)
em <- ascend::normaliseByRLE(em)
em <- ascend::runPCA(em)
em <- ascend::runCORE(em, nres=40)
In some of my datasets after runCORE is performed I see less number of cells stored in em object. It seems ascend removes some cells when performing clustering. Is it something normal, in the sense that the low quality cells are removed or it can be related to some errors in the clustering function?
I would be grateful for your help,
Monika
Metadata
Metadata
Assignees
Labels
No labels