Entering edit mode
Is there any class that allows for the storing of chimeric reads? I had a look at the reference manual of GenomicAlignments and the class GAlignments can store only 1 chromosome per read.
Is there any class that allows for the storing of chimeric reads? I had a look at the reference manual of GenomicAlignments and the class GAlignments can store only 1 chromosome per read.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Chimera does have a function starReads, but that only keeps the starting position of a read and also discards the strand information.
readGAlignmentsList, however, keeps all of the necessary details and is the best option for this task.