Skip to content

how to accelarate the scMerge2 process #39

@xflicsu

Description

@xflicsu

I use scMerge2 to integrate about 150K cells.
Now, it costed about 5 hours and still run the "Running RUV" step with 120 CPU.
I wonder how to accelarate the process like your paper mentioned?
Thanks!

##################
scMerge2_res <- scMerge2(exprsMat = logcounts(sce),
batch = sce$orig.ident,condition=sce$type,chosen.hvg=hgvs,return_matrix = FALSE,
verbose = TRUE,use_bpparam = BiocParallel::SerialParam()
)
[1] "Cluster within batch"
[1] "Normalising data"
[1] "Constructing pseudo-bulk"
Dimension of pseudo-bulk expression: [1] 33341 16083
[1] "Identifying MNC using pseudo-bulk:"
[1] "condition_mode"
[1] "Running RUV"

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