ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/gclib/tophat_cpp/gdna.h
Revision: 29
Committed: Tue Aug 2 21:24:54 2011 UTC (13 years, 1 month ago) by gpertea
File size: 219 byte(s)
Log Message:
adding tophat source work

Line File contents
1 #ifndef GDNA_H
2 #define GDNA_H
3 #include "GBase.h"
4
5 char ntComplement(char c);
6
7 //in-place reverse complement of a nucleotide (sub)sequence
8 char* reverseComplement(char* seq, int slen=0);
9
10 bool ntCompTableInit();
11
12 #endif