Uses of Class
org.biojava.bio.seq.FramedFeature.ReadingFrame
Packages that use FramedFeature.ReadingFrame
Package
Description
Classes and interfaces for defining biological sequences and informatics
objects.
Standard in-memory implementations of
Sequence
and
Feature
.-
Uses of FramedFeature.ReadingFrame in org.biojava.bio.seq
Fields in org.biojava.bio.seq declared as FramedFeature.ReadingFrameModifier and TypeFieldDescriptionstatic final FramedFeature.ReadingFrame
FramedFeature.FRAME_0
static final FramedFeature.ReadingFrame
FramedFeature.FRAME_1
static final FramedFeature.ReadingFrame
FramedFeature.FRAME_2
FramedFeature.Template.readingFrame
Methods in org.biojava.bio.seq that return FramedFeature.ReadingFrameModifier and TypeMethodDescriptionFeatureFilter.FrameFilter.getFrame()
Retrieve the reading frame this filter matches.FramedFeature.getReadingFrame()
return the reading frame of the feature.Methods in org.biojava.bio.seq with parameters of type FramedFeature.ReadingFrameModifier and TypeMethodDescriptionstatic final FeatureFilter
FilterUtils.byFrame
(FramedFeature.ReadingFrame frame) Construct a filter which matches FramedFeatures with the specified reading frame.Constructors in org.biojava.bio.seq with parameters of type FramedFeature.ReadingFrameModifierConstructorDescriptionBuild a new filter that matches all features of a reading frame. -
Uses of FramedFeature.ReadingFrame in org.biojava.bio.seq.impl
Methods in org.biojava.bio.seq.impl that return FramedFeature.ReadingFrame