org.utgenome.format.fasta
Interface GenomeSequence

All Known Implementing Classes:
CompactACGT, FASTA.RawStringWrapper, Kmer, SmithWatermanAligner.StringWrapper

public interface GenomeSequence

A common interface of genome sequences

Author:
leo

Method Summary
 char charAt(int index)
           
 int length()
           
 

Method Detail

length

int length()

charAt

char charAt(int index)
Parameters:
index - index on the genome sequence (0-origin)
Returns:


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.