Package | Description |
---|---|
org.biojava.bio.seq |
Classes and interfaces for defining biological sequences and informatics
objects.
|
Modifier and Type | Class and Description |
---|---|
class |
CircularView
A circular view onto another Sequence object.
|
Modifier and Type | Method and Description |
---|---|
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,
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.
|
Copyright © 2014 BioJava. All rights reserved.