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

runCORE removes some cells #24

Open
mkrzak opened this issue Jan 25, 2019 · 2 comments
Open

runCORE removes some cells #24

mkrzak opened this issue Jan 25, 2019 · 2 comments

Comments

@mkrzak
Copy link

mkrzak commented Jan 25, 2019

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

@quanaibn
Copy link

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

@mkrzak
Copy link
Author

mkrzak commented Feb 11, 2019

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

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