performance
Class ReverseComplement
java.lang.Object
performance.ReverseComplement
public class ReverseComplement
- extends Object
Read DNA sequence and write their reverse complement.
This is based on the benchmark provided at:
http://shootout.alioth.debian.org/gp4/benchmark.php?test=revcomp&lang=all
- Since:
- 1.7
- Author:
- Andy Yates, Andreas Prlic
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReverseComplement
public ReverseComplement()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception