Uses of Class
org.biojava.bio.seq.impl.SimpleSequence
-
Packages that use SimpleSequence Package Description org.biojava.bio.program.phred Parser for Phred outputorg.biojava.bio.seq.impl Standard in-memory implementations ofSequence
andFeature
. -
-
Uses of SimpleSequence in org.biojava.bio.program.phred
Subclasses of SimpleSequence in org.biojava.bio.program.phred Modifier and Type Class Description class
PhredSequence
PhredSequence is an extension of SimpleSequence that implements Qualitative to hold Phred quality scores. -
Uses of SimpleSequence in org.biojava.bio.seq.impl
Subclasses of SimpleSequence in org.biojava.bio.seq.impl Modifier and Type Class Description class
RevCompSequence
A reverse complement view ontoSequence
interface.
-