epigen / RnBeads

Git working Repo synced to the Bioconductor: http://bioconductor.org/packages/devel/bioc/html/RnBeads.html
https://rnbeads.org/
7 stars 8 forks source link

Error in order(...) : argument 1 is not a vecto #55

Closed Arsoy752 closed 4 months ago

Arsoy752 commented 4 months ago

Hello

I am running data using EPICV2 , I encounter the below error can someone advise

library(RnBeads.hg38) result <- rnb.run.import(dataSource, data.type="infinium.idat.dir", dir.reports= reportDir) 2024-05-16 14:09:03 1.0 STATUS STARTED Loading Data 2024-05-16 14:09:03 1.0 INFO Number of cores: 1 2024-05-16 14:09:04 1.0 INFO Loading data of type "infinium.idat.dir" 2024-05-16 14:09:04 1.0 STATUS STARTED Loading Data from IDAT Files 2024-05-16 14:09:04 1.0 INFO Added column barcode to the provided sample annotation table 2024-05-16 14:09:05 1.0 INFO Detected platform: MethylationEPICv2 2024-05-16 14:09:05 1.0 INFO Annotation package genome assembly version: hg38 2024-05-16 14:13:55 1.5 STATUS COMPLETED Loading Data from IDAT Files Error in order(...) : argument 1 is not a vector

Thanks