Hi all
I recentyl start to use RnBeads and pretty new to R, when setting analysis, I got below error message
working directory is
C:\Users\Administrator\Documents
report.dir <- "~/RnBeads/analysis/reports"
> rnb.run.analysis(dir.reports=report.dir, sample.sheet=sample.annotation,data.dir=idat.dir, data.type="infinium.idat.dir")
2014-12-29 13:34:48 5.7 STATUS STARTED RnBeads Pipeline
2014-12-29
13:34:48 5.7 INFO
Initialized report index and saved to index.html
2014-12-29 13:34:48 5.7 STATUS STARTED Loading Data
2014-12-29 13:34:48 5.7 INFO Number of cores: 1
2014-12-29
13:34:48 5.7 INFO
Loading data of type "infinium.idat.dir"
2014-12-29
13:34:48 5.7 STATUS
STARTED Loading Data from IDAT Files
2014-12-29
13:34:48 5.7 INFO
Added column barcode to the provided sample
annotation table
2014-12-29 13:35:48 6.2 STATUS
COMPLETED
Loading Data from IDAT Files
2014-12-29 13:35:52 5.4
STATUS
Loaded data from E:\image data//9829119091
2014-12-29
13:35:53 5.5 STATUS
Added data loading section to the report
2014-12-29
13:35:53 5.5 STATUS
Loaded 1 samples and 485577 sites
2014-12-29
13:35:53 5.5 INFO
Output object is of type RnBeadRawSet
2014-12-29 13:35:53 5.6 STATUS COMPLETED Loading Data
we found following errors, setwd(dfile) : cannot change working directory
warnings:
In dir.create(dfile, recursive = TRUE) :
directory 'C:\Users\Administrator\Documents\C:\Users'Can anyone give me a clue how to solve this error?
Thanks
Jae-Bum