Uses of Class
org.biojava.bio.seq.impl.ViewSequence
-
Packages that use ViewSequence Package Description org.biojava.bio.seq 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.seq Modifier and Type Class Description classCircularViewA circular view onto another Sequence object.Methods in org.biojava.bio.seq that return ViewSequence Modifier and Type Method Description static ViewSequenceSequenceTools. 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 ViewSequenceSequenceTools. view(Sequence seq, 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.static ViewSequenceSequenceTools. 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.
-