![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Error with GTF file when using htseq-count | MDonlin | Bioinformatics | 13 | 01-13-2015 09:29 AM |
Error when using HTSeq count | shocker8786 | Bioinformatics | 2 | 02-19-2014 11:10 PM |
htseq-count error message | roll | Bioinformatics | 3 | 01-30-2014 03:30 AM |
Strange error when using htseq-count | shhuang | Bioinformatics | 13 | 11-19-2012 01:40 AM |
htseq-count error | sissi | Bioinformatics | 0 | 03-21-2012 12:40 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: Connecticut Join Date: Oct 2013
Posts: 79
|
![]()
Hello,
I've been using DiffBind to analyze some ATAC-seq peak data. Briefly, peaks in these datasets represent sites of open chromatin. DiffBind seems to do a very good job, but I've encountered an error in my most recent comparison. Here's the R code: Code:
> library(DiffBind) > diffpeaks <- dba(sampleSheet = "metadata.csv") # suppressed output > diffpeaks <- dba.count(diffpeaks) # suppressed output Error in if (sum(tokeep) < length(tokeep)) { : missing value where TRUE/FALSE needed In addition: Warning message: In dba.multicore.init(DBA$config) : Parallel execution unavailable: executing serially. ![]() I’ve selected subsets of the metadata with varying sizes--sometimes it works, and sometimes I get the same error. This leads me to believe that it isn’t a memory issue. Does anyone have any ideas about this? Thanks for any help, Blake |
![]() |
![]() |
![]() |
#2 |
Member
Location: Cambridge, UK Join Date: Aug 2008
Posts: 28
|
![]()
It appears that DiffBind can't handle the "-" character (minus sign/hyphen) in the file names. Remove them and it should work!
Cheers- Rory |
![]() |
![]() |
![]() |
#3 |
Junior Member
Location: missoula, mt Join Date: Jul 2012
Posts: 3
|
![]()
Hi Blake, just curious if this has been resolved. I'm getting the same exact error with my data; while I've pinpointed the exact subset where the error is coming from, my file names all have alphanumeric characters.
|
![]() |
![]() |
![]() |
#4 |
Member
Location: Connecticut Join Date: Oct 2013
Posts: 79
|
![]()
Unfortunately, I have not resolved the issue yet. I'm just curious, what kind of machine are you running DiffBind on? I've used it several times without error on a Unix based HPC. But ever since I've tried using it on my windows computer, I get this error. The HPC has been down for maintenance, so I haven't been able to see if running it there solves the problem. I'll post my results whenever the cluster is back up.
|
![]() |
![]() |
![]() |
#5 |
Junior Member
Location: missoula, mt Join Date: Jul 2012
Posts: 3
|
![]()
Thanks for your response. I'm running it on my Windows computer through RStudio. We do have a Unix based HPC, but I've never tried running R there. I'll give it a shot and see how it goes.
|
![]() |
![]() |
![]() |
#6 |
Junior Member
Location: missoula, mt Join Date: Jul 2012
Posts: 3
|
![]()
Update: I ran the same set of data on our Unix based HPC and it worked!
|
![]() |
![]() |
![]() |
#7 |
Member
Location: Connecticut Join Date: Oct 2013
Posts: 79
|
![]()
That's good to hear. I really don't have any sort of an idea of why DiffBind (specifically dba.count()) does not seem to work on Windows. I look forward to when I can use our HPC again! Thanks for the update.
|
![]() |
![]() |
![]() |
Tags |
diffbind |
Thread Tools | |
|
|