[Bioc-devel] Running Time of readBamGappedAlignmentPairs
Dario Strbenac
dstr7320 at uni.sydney.edu.au
Mon Jul 29 06:00:30 CEST 2013
Hello,
Could readBamGappedAlignmentPairs be optimised ? It's surprising that it takes an extra 29 minutes to calculate the pairing information, for the example below. The BAM file is 4 GB in size.
> system.time(RNAreads <- readBamGappedAlignmentPairs(file))
user system elapsed
1852.16 59.00 1939.11
> system.time(RNAreads <- readBamGappedAlignments(file))
user system elapsed
192.80 8.12 214.97
--------------------------------------
Dario Strbenac
PhD Student
University of Sydney
Camperdown NSW 2050
Australia
More information about the Bioc-devel
mailing list