Uses of Class
org.biojava.bio.seq.projection.ReparentContext
-
Packages that use ReparentContext Package Description org.biojava.bio.seq.impl Standard in-memory implementations ofSequence
andFeature
.org.biojava.bio.seq.projection Code for projecting Feature objects and systematically altering their properties. -
-
Uses of ReparentContext in org.biojava.bio.seq.impl
Subclasses of ReparentContext in org.biojava.bio.seq.impl Modifier and Type Class Description class
SimpleGappedSequence.GappedContext
static class
SubSequence.SubProjectedFeatureContext
TargetContext that implements the mapping between the parent sequence and this sub-sequence. -
Uses of ReparentContext in org.biojava.bio.seq.projection
Subclasses of ReparentContext in org.biojava.bio.seq.projection Modifier and Type Class Description class
TranslateFlipContext
A ProjectionContext that translates and optionaly flips features.
-