Entering edit mode
Dear R experts,
I wonder if anyone knows how to unlist a list of GappedAlignments
objects.
Simply using unlist does not work b/c each GappedAlignments element of
the list is compound.
A brute-force way is to run a for loop and use 'append' to append each
element to a GappedAlignments object. But this way is painfully slow.
Yue