zwdzwd / sesame

🍪 SEnsible Step-wise Analysis of DNA MEthylation BeadChips
Other
57 stars 31 forks source link

BiocParallel Error using SigSetsToRGChannelSet() #54

Open ew367 opened 2 years ago

ew367 commented 2 years ago

Hi

I am trying to analyse a mm285 dataset. I have succesfully created an sset from my data using the following code:

mm285Manifest <- sesameDataGet("MM285.mm10.manifest") idat_dir <- "PathToiDats" sset <- SigSetListFromPath(idat_dir)

However when I try to convert the sset to a minfi RGset using:

SigSetsToRGChannelSet(sset)

I get the following error message:

Error: BiocParallel errors element index: 1, 2, 3, 4, 5, 6, ... first error: attempt to set an attribute on NULL

I would be very grateful for any advice on how I can fix the error or create an RGset another way.

Thanks!

zhen-fu commented 7 months ago

Did you get this issue solved?