error when create dba object
1
0
Entering edit mode
@xieyongjun93-13638
Last seen 6.2 years ago

Hi!

    When I use the function dba to create a dba object, I always encounter the error : 

Error in if (file.info(peaks)$size > 0) { : 
  missing value where TRUE/FALSE needed

my code is :

a <- dba(sampleSheet = 'samplesheet.csv')

and the samplesheet.csv is as follows :

SampleID Tissue Factor Condition Treatment Replicate bamReads ControlID bamControl Peaks PeakCaller
zh11_drought_01 leaf TF drought water 1 zh11_drought_01_filter.bam zh11_drought_input_01 zh11_drought_input_01_filter.bam zh11_drought_01_peaks.xls macs
zh11_drought_02 leaf TF drought water 2 zh11_drought_02_filter.bam zh11_drought_input_02 zh11_drought_input_02_filter.bam zh11_drought_02_peaks.xls macs
zh11_drought_03 leaf TF drought water 3 zh11_drought_03_filter.bam zh11_drought_input_03 zh11_drought_input_03_filter.bam zh11_drought_03_peaks.xls macs
zh11_normal_01 leaf TF normal water 1 zh11_normal_01_filter.bam zh11_normal_input_01 zh11_normal_input_01_filter.bam zh11_normal_02_peaks.xls macs
zh11_normal_02 leaf TF normal water 2 zh11_normal_02_filter.bam zh11_normal_input_02 zh11_normal_input_02_filter.bam zh11_normal_03_peaks.xls macs
zh11_normal_03 leaf TF normal water 3 zh11_normal_03_filter.bam zh11_normal_input_03 zh11_normal_input_03_filter.bam zh11_normal_04_peaks.xls macs

the peaks files are calculated by macs2.

Can someone give me some advices? Many thanks!

diffbind • 983 views
ADD COMMENT
0
Entering edit mode
Rory Stark ★ 5.2k
@rory-stark-5741
Last seen 13 days ago
Cambridge, UK

This error is saying that there is an issue accessing one or more of the Peaks file(s). You can run file.info() on the Peaks files, eg

file.info("zh11_drought_01_peaks.xls")

For each peak file, to make sure they are all there with read access and actual data inside.

ADD COMMENT

Login before adding your answer.

Traffic: 1075 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6