ascend icon indicating copy to clipboard operation
ascend copied to clipboard

runCORE removes some cells

Open mkrzak opened this issue 6 years ago • 2 comments

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

mkrzak avatar Jan 25 '19 11:01 mkrzak

Hi Monika, runCORE removes cells that are not assigned to any cluster (i.e. singleton cells) and iteratively performs this scanning for outliers five times until no singleton is found or a message will be shown: "Many outliers have been detected. Please review your filtering and normalisation methods before trying to cluster again." We will edit the function documentation to clarify this default step. Best wishes, Quan

quanaibn avatar Jan 25 '19 22:01 quanaibn

Dear @quanaibn , Thank you very much for clarification. Best, Monika

mkrzak avatar Feb 11 '19 14:02 mkrzak