stuck in "Finding nonparametric adjustments" with MethylMix package.
1
0
Entering edit mode
sdjnchen • 0
@sdjnchen-23800
Last seen 3.8 years ago

Here's my code:

library(MethylMix)
library(doParallel)

cancerSite <- "HNSC"
targetDirectory <- paste0(getwd(), "/")
GetData(cancerSite, targetDirectory)

# Downloading methylation data
METdirectories <- Download_DNAmethylation(cancerSite, targetDirectory)
# Processing methylation data
METProcessedData <- Preprocess_DNAmethylation(cancerSite, METdirectories)
# Saving methylation processed data
saveRDS(METProcessedData, file = paste0(targetDirectory, "MET_", cancerSite, "_Processed.rds"))

I'm running this for over 48 hours, but still stuck in "Finding nonparametric adjustments". Is there any wrong with my code? What should I do?

Thank you!

MethylMix • 779 views
ADD COMMENT
0
Entering edit mode
Kevin Blighe ★ 3.9k
@kevin
Last seen 1 day ago
Republic of Ireland

This 'phenomenon' has been reported previously - see https://github.com/gevaertlab/MethylMix/issues/2

There is also a previous BioC post - see http://supportupgrade.bioconductor.org/p/112680/#112733

Assuming that you are using linux, while it is running the process, I wonder could you check the output of top in another terminal in order to see how many CPU cores are being used?; and to check if R is even doing anything? Otherwise, let us know your system configuration.

Kevin

ADD COMMENT

Login before adding your answer.

Traffic: 743 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6