Hi,
I am using sesame with a custom array and have the manifest file. When I run:
betas <- do.call(cbind, BiocParallel::bplapply(
searchIDATprefixes(idat_dir), function(pfx) {
getBetas(prepSesame(readIDATpair(pfx, manifest = manf), "SQCDPB"))
}, BPPARAM = BiocParallel::MulticoreParam(2)))
I am encountering the following error:
Error in (function (cond) :
error in evaluating the argument 'args' in selecting a method for function 'do.call': BiocParallel errors
2 remote errors, element index: 1, 13
22 unevaluated and other errors
first remote error:
Error in .sesameDataGet(title): Data custom.addressSpecies not found.
Could anyone help me solve this issue?
Thank you.
Hi,
I am using sesame with a custom array and have the manifest file. When I run:
I am encountering the following error:
Error in (function (cond) :
error in evaluating the argument 'args' in selecting a method for function 'do.call': BiocParallel errors
2 remote errors, element index: 1, 13
22 unevaluated and other errors
first remote error:
Error in .sesameDataGet(title): Data custom.addressSpecies not found.
Could anyone help me solve this issue?
Thank you.