Methods in org.biojava.bio.seq that return ViewSequence |
static ViewSequence |
SequenceTools.view(Sequence seq)
Create a new sequence that has all of the data in the original, but allows
new features and top-level annotations to be added independantly. |
static ViewSequence |
SequenceTools.view(Sequence seq,
FeatureRealizer fr)
Creates a new Sequence with the data of the old but with a different
FeatureRealizer that will be applied to new Features. |
static ViewSequence |
SequenceTools.view(Sequence seq,
java.lang.String name)
Create a new sequence that has all of the data in the original, but allows
new features and top-level annotations to be added independantly. |