summarizeOverlap in systemPipeR not working!
0
0
Entering edit mode
8.9 years ago
Parham ★ 1.6k

Hi,

I am working with systemPipeR software. In section 5.1 there is a line of code that seems I cannot make it run.

counteByg <- bplapply(bfl, function(x) summarizeOverlaps(eByg, x, mode="Union",
+ ignore.strand=TRUE,
+ inter.feature=FALSE,
+ singleEnd=TRUE))

When I check counteByg for each BAM file it says that it cannot find summarizeOverlaps function

$tag12_PA01BR3.bam
[1] "Error in FUN(...): could not find function \"summarizeOverlaps\"\n"
attr(,"class")

What am I doing wrong?

I have GenomicFeatures and GenomicAlignments loaded definitely!

Thanks in advance!

summarizeoverlaps systempiper • 2.2k views
ADD COMMENT
0
Entering edit mode

Problem solved!

ADD REPLY
0
Entering edit mode

Great to hear that your problem is solved. There is no shame in answering your own question, so please take a moment to post your solution so others can benefit.

ADD REPLY
1
Entering edit mode

Yes, I didn't set multicoreParam. I thought the program will continue with defaults but it was not like that.

ADD REPLY

Login before adding your answer.

Traffic: 1569 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