Uses of Class
org.biojava.bio.symbol.RangeLocation
-
Packages that use RangeLocation Package Description org.biojava.bio.seq Classes and interfaces for defining biological sequences and informatics objects.org.biojava.bio.seq.io.game Event-driven parsing system for the Gene Annotation Markup Elements (GAME).org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them. -
-
Uses of RangeLocation in org.biojava.bio.seq
Methods in org.biojava.bio.seq with parameters of type RangeLocation Modifier and Type Method Description static SequenceSequenceTools. maskSequence(Sequence seq, RangeLocation loc)Mask of a sequence. -
Uses of RangeLocation in org.biojava.bio.seq.io.game
Methods in org.biojava.bio.seq.io.game with parameters of type RangeLocation Modifier and Type Method Description voidGAMEFeatureSetHandler. reportExon(RangeLocation range, StrandedFeature.Strand strand)voidGAMETranscriptCallbackItf. reportExon(RangeLocation range, StrandedFeature.Strand strand)Allows nesting class that manages a transcript template to gain information about its extent from nested elements that represent exons. -
Uses of RangeLocation in org.biojava.bio.symbol
Subclasses of RangeLocation in org.biojava.bio.symbol Modifier and Type Class Description classMergeLocationProduced by LocationTools as a result of union operations.
-