Uses of Class
org.biojava.bio.seq.FramedFeature.ReadingFrame
-
Packages that use FramedFeature.ReadingFrame Package Description org.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 FramedFeature.ReadingFrame in org.biojava.bio.seq
Fields in org.biojava.bio.seq declared as FramedFeature.ReadingFrame Modifier and Type Field Description static FramedFeature.ReadingFrameFramedFeature. FRAME_0static FramedFeature.ReadingFrameFramedFeature. FRAME_1static FramedFeature.ReadingFrameFramedFeature. FRAME_2FramedFeature.ReadingFrameFramedFeature.Template. readingFrameMethods in org.biojava.bio.seq that return FramedFeature.ReadingFrame Modifier and Type Method Description FramedFeature.ReadingFrameFeatureFilter.FrameFilter. getFrame()Retrieve the reading frame this filter matches.FramedFeature.ReadingFrameFramedFeature. getReadingFrame()return the reading frame of the feature.Methods in org.biojava.bio.seq with parameters of type FramedFeature.ReadingFrame Modifier and Type Method Description static FeatureFilterFilterUtils. 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.ReadingFrame Constructor Description FrameFilter(FramedFeature.ReadingFrame frame)Build 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 Modifier and Type Method Description FramedFeature.ReadingFrameSimpleFramedFeature. getReadingFrame()
-