Skip to content

runCORE removes some cells #24

@mkrzak

Description

@mkrzak

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions