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.
I'm adding the relevant package, GenomicAlignments, and removing the DESeq2 tag, as this function is not part of DESeq2.