Entering edit mode
6.4 years ago
mikysyc2016
▴
120
Hi all,
I get the error from R, when I try to use DiffBind. Do not understand what is this?
tamoxifen <- dba(sampleSheet="tamoxifen.csv", dir(path = system.file("extra", package="DiffBind")))
Error in dba(sampleSheet = "tamoxifen.csv", dir(path = system.file("extra", :
DBA object is a character string; perhaps meant to be argument 'sampleSheet'?
Thanks!
Hi, I use your suggestion, it works for tamoxifen samples ( which is an example of DiffBind). When i do my data analysis, i met another problem. Do you know how to deal with it?
Thanks!
This is telling
DiffBind
to look in a specific directory within the package installation for the samplesheet file. This is very non-standard -- it only looks there for the example samplesheet as this is part of the installation itself. The specific error is that the first peak file doe not exist where you are specifying it. If you are specifying the peak files in a relative location, they may not be found as you have changed the working directory to the installed library.