Question about the function "summarizeOverlaps"
1
0
Entering edit mode
myf3748 • 0
@myf3748-9742
Last seen 8.2 years ago

Hi

When I run summarizeOverlaps as follow:

se <- summarizeOverlaps(features=ebg, reads=bamfiles,
                        mode="Union",
                        singleEnd=FALSE,
                        ignore.strand=TRUE,
                        fragments=TRUE)

 

It return message:"Error in .local(features, reads, mode, algorithm, ignore.strand, ...) :
  duplicate 'names(reads)' not allowed"

I wonder whether this was caused by multihits of read in Bam file?

Thanks.

 

genomicalignments summarizeoverlaps • 1.6k views
ADD COMMENT
0
Entering edit mode

I'm adding the relevant package, GenomicAlignments, and removing the DESeq2 tag, as this function is not part of DESeq2.

ADD REPLY
0
Entering edit mode
@mikelove
Last seen 13 minutes ago
United States

See this answer to a related question. I found this other question by pasting the error into the search bar above.

Error when counting reads in genes with summarizeOverlaps (Genomic-Aligments package)

 

ADD COMMENT

Login before adding your answer.

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