This is a test version of Biostars. For the public version, visit https://www.biostars.org.
DiffBind Error in if (file.info(peaks)$size > 0) { : missing value where TRUE/FALSE needed

Hi,

I am trying to read a DBA object from a Samplesheet but DiffBind throws me an error despite having the file paths correctly set.

library(DiffBind)
setwd("C:/Users/alexa/Documents/HKU/diffbind_data/")

samples <- read.csv(file = "diffbind_design.csv")
samples <- dba(sampleSheet = samples)

all files are under this directory C:/Users/alexa/Documents/HKU/diffbind_data/ and my diffbind_design.csv file looks like that:

enter image description here

diffbind

0 answers

No answers yet.

Log in to answer this question.