Skip to content

Predefined covariates #38

Description

@gk1610

I am working on epigenomic data to find outliers. I have over ~350K features. I requested for 15 cores but I keep getting the following error. Can I just use PEER covariate subtracted matrix? At what step I can implement that? or you have other suggestions to improve the implementation?

ncores <- 15
register(MulticoreParam(ncores, ncores*2, progressbar = TRUE))
ods <- OutriderDataSet(countData=rawReads_cpm)
ods <- estimateSizeFactors(ods)
ods <- findEncodingDim(ods, BPPARAM=bpparam(), params = seq(2,50,by=2)

| | 0%Error in mcfork(detached) :
unable to fork, possible reason: Cannot allocate memory
In addition: Warning message:
In parallel::mccollect(wait = TRUE) :
18 parallel jobs did not deliver results

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