Skip to content

findEncodingDim running issues #36

Description

@runjin326

Hello,

I am trying to implement the package for outlier detection and I am stuck on the findEncodingDim step.

I looked into previous issues and solutions and implemented the following - my machine has 6 cores but I am only allocating 5 since last time I used 6, my machine got hung up.

ncores <- 5
register(MulticoreParam(ncores, ncores*2, progressbar = TRUE))
ods<- findEncodingDim(ods, BPPARAM=bpparam(), params = seq(2,20,by=2))

But the issue is, the progress bar kept being at 0% for >5 hours and I am not sure whether it would go anywhere. The dataset I used has 24910 genes * 206 samples after FPKM filter.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions