Uses of Enum
org.biojava3.core.sequence.Strand
Package
Description
-
Uses of Strand in bacnet.scripts.genome
Modifier and TypeMethodDescriptionstatic void
SDProfile.calculateOneSDProfile
(Genome genome, int begin, int end, Strand strand, String fileName) -
Uses of Strand in bacnet.sequenceTools
ModifierConstructorDescriptionSequenceDisplayDialog
(org.eclipse.swt.widgets.Shell parentShell, org.eclipse.e4.ui.workbench.modeling.EPartService partService, Genome genome, String chromoId, boolean nucleotide, int begin, int end, Strand strand) Create the dialog. -
Uses of Strand in org.biojava3.core.sequence
Modifier and TypeMethodDescriptionStrand.getReverse()
CDSSequence.getStrand()
GeneSequence.getStrand()
A gene should have StrandTranscriptSequence.getStrand()
static Strand
Returns the enum constant of this type with the specified name.static Strand[]
Strand.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionChromosomeSequence.addGene
(AccessionID accession, int bioBegin, int bioEnd, Strand strand) Add a gene to the chromosome sequence using bioIndexing starts at 1 instead of 0.void
ModifierConstructorDescriptionGeneSequence
(ChromosomeSequence parentSequence, int begin, int end, Strand strand) A class that keeps track of the details of a GeneSequence which is difficult to properly model. -
Uses of Strand in org.biojava3.core.sequence.loader
Modifier and TypeMethodDescriptionSequenceFileProxyLoader.getSequenceAsString
(Integer bioBegin, Integer bioEnd, Strand strand) StringProxySequenceReader.getSequenceAsString
(Integer bioBegin, Integer bioEnd, Strand strand) UniprotProxySequenceReader.getSequenceAsString
(Integer bioBegin, Integer bioEnd, Strand strand) -
Uses of Strand in org.biojava3.core.sequence.location
Modifier and TypeMethodDescriptionstatic Strand
LocationHelper.detectStrand
(List<Location> subLocations) Loops through the given list of locations and returns the consensus Strand class.Modifier and TypeMethodDescriptionstatic Location
LocationHelper.circularLocation
(int start, int end, Strand strand, int length) Converts a location which defines the outer bounds of a circular location and splits it into the required portions.static Location
Returns a location object which unlike the location constructors allows you to input reverse coordinates and will convert these into the right location on the positive strand.ModifierConstructorDescriptionGroupLocation
(int start, int end, Strand strand, List<Location> subLocations) GroupLocation
(int start, int end, Strand strand, Location... subLocations) GroupLocation
(Point start, Point end, Strand strand, boolean circular, Location... subLocations) GroupLocation
(Point start, Point end, Strand strand, Location... subLocations) OrderLocation
(int start, int end, Strand strand, List<Location> subLocations) OrderLocation
(int start, int end, Strand strand, Location... subLocations) OrderLocation
(Point start, Point end, Strand strand, boolean circular, Location... subLocations) OrderLocation
(Point start, Point end, Strand strand, Location... subLocations) SimpleLocation
(int start, int end, Strand strand) SimpleLocation
(int start, int end, Strand strand, Location... subLocations) SimpleLocation
(Point start, Point end, Strand strand) SimpleLocation
(Point start, Point end, Strand strand, boolean circular, boolean betweenBases) SimpleLocation
(Point start, Point end, Strand strand, boolean circular, boolean betweenBases, List<Location> subLocations) SimpleLocation
(Point start, Point end, Strand strand, boolean circular, List<Location> subLocations) SimpleLocation
(Point start, Point end, Strand strand, boolean betweenCompounds, AccessionID accession) SimpleLocation
(Point start, Point end, Strand strand, boolean circular, Location... subLocations) SimpleLocation
(Point start, Point end, Strand strand, AccessionID accession) SimpleLocation
(Point start, Point end, Strand strand, Location... subLocations) -
Uses of Strand in org.biojava3.core.sequence.location.template
Modifier and TypeMethodDescriptionAbstractLocation.getStrand()
Location.getStrand()
Strand which the location is located onModifier and TypeMethodDescriptionstatic Location
Location.Tools.circularLocation
(int start, int end, Strand strand, int length) Converts a location which defines the outer bounds of a circular location and splits it into the required portions.static Location
Returns a location object which unlike the location constructors allows you to input reverse coordinates and will convert these into the right location on the positive strand.ModifierConstructorDescriptionAbstractLocation
(Point start, Point end, Strand strand, boolean circular, boolean betweenCompounds, List<Location> subLocations) Default constructorAbstractLocation
(Point start, Point end, Strand strand, boolean circular, boolean betweenCompounds, AccessionID accession, List<Location> subLocations) Default constructor -
Uses of Strand in org.biojava3.core.sequence.storage
Modifier and TypeMethodDescriptionArrayListSequenceReader.getSequenceAsString
(Integer begin, Integer end, Strand strand) SequenceAsStringHelper.getSequenceAsString
(List<C> parsedCompounds, CompoundSet<C> compoundSet, Integer bioBegin, Integer bioEnd, Strand strand) -
Uses of Strand in org.biojava3.core.sequence.template
Modifier and TypeMethodDescriptionAbstractSequence.getSequenceAsString
(Integer bioStart, Integer bioEnd, Strand strand)