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 of
Sequence and
Feature . |
Modifier and Type | Field and Description |
---|---|
static FramedFeature.ReadingFrame |
FramedFeature.FRAME_0 |
static FramedFeature.ReadingFrame |
FramedFeature.FRAME_1 |
static FramedFeature.ReadingFrame |
FramedFeature.FRAME_2 |
FramedFeature.ReadingFrame |
FramedFeature.Template.readingFrame |
Modifier and Type | Method and Description |
---|---|
FramedFeature.ReadingFrame |
FeatureFilter.FrameFilter.getFrame()
Retrieve the reading frame this filter matches.
|
FramedFeature.ReadingFrame |
FramedFeature.getReadingFrame()
return the reading frame of the feature.
|
Modifier and Type | Method and Description |
---|---|
static FeatureFilter |
FilterUtils.byFrame(FramedFeature.ReadingFrame frame)
Construct a filter which matches FramedFeatures with the specified reading
frame.
|
Constructor and Description |
---|
FeatureFilter.FrameFilter(FramedFeature.ReadingFrame frame)
Build a new filter that matches all features of a reading frame.
|
Modifier and Type | Method and Description |
---|---|
FramedFeature.ReadingFrame |
SimpleFramedFeature.getReadingFrame() |
Copyright © 2014 BioJava. All rights reserved.