Uses of Interface
org.biojava.bio.seq.RealizingFeatureHolder
-
Packages that use RealizingFeatureHolder Package Description org.biojava.bio.program.phred Parser for Phred outputorg.biojava.bio.seq Classes and interfaces for defining biological sequences and informatics objects.org.biojava.bio.seq.impl Standard in-memory implementations ofSequenceandFeature. -
-
Uses of RealizingFeatureHolder in org.biojava.bio.program.phred
Classes in org.biojava.bio.program.phred that implement RealizingFeatureHolder Modifier and Type Class Description classPhredSequencePhredSequence is an extension of SimpleSequence that implements Qualitative to hold Phred quality scores. -
Uses of RealizingFeatureHolder in org.biojava.bio.seq
Classes in org.biojava.bio.seq that implement RealizingFeatureHolder Modifier and Type Class Description classCircularViewA circular view onto another Sequence object.classNewSimpleAssemblyA Sequence which is assembled from other sequences contained in a set of ComponentFeature objects.classSimpleAssemblyA Sequence which is assembled from other sequences contained in a set of ComponentFeature objects. -
Uses of RealizingFeatureHolder in org.biojava.bio.seq.impl
Classes in org.biojava.bio.seq.impl that implement RealizingFeatureHolder Modifier and Type Class Description classRevCompSequenceA reverse complement view ontoSequenceinterface.classSimpleFeatureA no-frills implementation of a feature.classSimpleFramedFeatureTitle: SimpleFramedFeature.classSimpleHomologyFeatureclassSimpleRemoteFeatureA no-frills implementation of a remote feature.classSimpleRestrictionSiteSimpleRestrictionSiterepresents the recognition site of a restriction enzyme.classSimpleSequenceA basic implementation of theSequenceinterface.classSimpleSimilarityPairFeatureSimpleSimilarityPairFeaturerepresents a similarity between a query sequence and a subject sequence as produced by a search program.classSimpleStrandedFeatureA no-frills implementation of StrandedFeature.classViewSequenceA view onto another Sequence object.
-