Uses of Class
org.biojava.bio.seq.impl.ViewSequence
Packages that use ViewSequence
Package
Description
Classes and interfaces for defining biological sequences and informatics
objects.
-
Uses of ViewSequence in org.biojava.bio.seq
Subclasses of ViewSequence in org.biojava.bio.seqModifier and TypeClassDescriptionclass
A circular view onto another Sequence object.Methods in org.biojava.bio.seq that return ViewSequenceModifier and TypeMethodDescriptionstatic ViewSequence
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
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.