JMBattista / Bioinformatics

A series of Java compatible libraries for performing basic Bioinformatics tasks.
https://github.com/JMBattista/Bioinformatics/wiki
MIT License
0 stars 1 forks source link

Support flipping when generating reads #16

Closed JMBattista closed 7 years ago

JMBattista commented 7 years ago

We should support flipping of BasePairs when generating random reads.

ie. A<->T C<->G

We need to figure out how to handle this for some of the expanded BasePair representations in IUPAC.

JMBattista commented 7 years ago

20