Uses of Class
org.biojava.nbio.core.sequence.features.AbstractFeature
Packages that use AbstractFeature
Package
Description
-
Uses of AbstractFeature in org.biojava.nbio.core.sequence.features
Subclasses of AbstractFeature in org.biojava.nbio.core.sequence.featuresModifier and TypeClassDescriptionclass
QualityFeature<S extends AbstractSequence<C>,
C extends Compound> DNA Sequences produced by modern sequencers usually have quality informaion attached to them.class
QuantityFeature<S extends AbstractSequence<C>,
C extends Compound> It is common to have a numerical value or values associated with a feature.class
TextFeature<S extends AbstractSequence<C>,
C extends Compound> A implmentation of AbstractFeatureMethods in org.biojava.nbio.core.sequence.features that return types with arguments of type AbstractFeature -
Uses of AbstractFeature in org.biojava.nbio.core.sequence.io
Methods in org.biojava.nbio.core.sequence.io that return types with arguments of type AbstractFeatureModifier and TypeMethodDescriptionGenbankSequenceParser.getFeatures()
GenbankSequenceParser.getFeatures
(String keyword) -
Uses of AbstractFeature in org.biojava.nbio.core.sequence.loader
Methods in org.biojava.nbio.core.sequence.loader that return types with arguments of type AbstractFeature