Uses of Class
org.biojava.bio.seq.StrandedFeature.Strand
-
Packages that use StrandedFeature.Strand Package Description org.biojava.bio.gui.sequence Graphical displays of biological sequences and associated annotations.org.biojava.bio.program.gff GFF manipulation.org.biojava.bio.program.gff3 Support for reading and writing GFF3.org.biojava.bio.search Interfaces and classes for representing sequence similarity search results.org.biojava.bio.seq Classes and interfaces for defining biological sequences and informatics objects.org.biojava.bio.seq.impl Standard in-memory implementations ofSequenceandFeature.org.biojava.bio.seq.io Classes and interfaces for processing and producing flat-file representations of sequences.org.biojava.bio.seq.io.agave Classes for converting between AGAVE XML and BioJava objects.org.biojava.bio.seq.io.game Event-driven parsing system for the Gene Annotation Markup Elements (GAME).org.biojava.bio.seq.projection Code for projecting Feature objects and systematically altering their properties.org.biojavax.bio.seq Rich implementations of Sequences, Locations and Features. -
-
Uses of StrandedFeature.Strand in org.biojava.bio.gui.sequence
Methods in org.biojava.bio.gui.sequence with parameters of type StrandedFeature.Strand Modifier and Type Method Description voidSixFrameRenderer. drawLine(Graphics2D g, SequenceRenderContext src, int base, StrandedFeature.Strand strand)draws required bar in correct translation frame.voidSixFrameRenderer. startZiggy(StrandedFeature.Strand strand)Used to initialise the spliced transcript renderer for a CDS feature where the ends of the feature define the frame of the feature.voidSixFrameRenderer. startZiggy(StrandedFeature.Strand strand, int phase)This method is called to initialise the renderer for a spliced transcript.Constructors in org.biojava.bio.gui.sequence with parameters of type StrandedFeature.Strand Constructor Description StopRenderer(SixFrameRenderer pane, int moduloFrame, StrandedFeature.Strand strand) -
Uses of StrandedFeature.Strand in org.biojava.bio.program.gff
Methods in org.biojava.bio.program.gff that return StrandedFeature.Strand Modifier and Type Method Description StrandedFeature.StrandGFFRecord. getStrand()The strand of the feature.StrandedFeature.StrandGFFRecordFilter.StrandFilter. getStrand()StrandedFeature.StrandSimpleGFFRecord. getStrand()StrandedFeature.StrandGFFErrorHandler.AbortErrorHandler. invalidStrand(String token)StrandedFeature.StrandGFFErrorHandler. invalidStrand(String token)The `strand' field of the GFF entry was not a valid value.StrandedFeature.StrandGFFErrorHandler.SkipRecordErrorHandler. invalidStrand(String token)Methods in org.biojava.bio.program.gff with parameters of type StrandedFeature.Strand Modifier and Type Method Description voidGFFRecordFilter.StrandFilter. setStrand(StrandedFeature.Strand strand)voidSimpleGFFRecord. setStrand(StrandedFeature.Strand strand)Set the strand to strand.Constructors in org.biojava.bio.program.gff with parameters of type StrandedFeature.Strand Constructor Description SimpleGFFRecord(String seqName, String source, String feature, int start, int end, double score, StrandedFeature.Strand strand, int frame, String comment, Map groupAttributes)StrandFilter(StrandedFeature.Strand strand) -
Uses of StrandedFeature.Strand in org.biojava.bio.program.gff3
Methods in org.biojava.bio.program.gff3 that return StrandedFeature.Strand Modifier and Type Method Description StrandedFeature.StrandGFF3Record. getStrand()StrandedFeature.StrandGFF3Record.Impl. getStrand()Methods in org.biojava.bio.program.gff3 with parameters of type StrandedFeature.Strand Modifier and Type Method Description voidGFF3Record.Impl. setStrand(StrandedFeature.Strand strand) -
Uses of StrandedFeature.Strand in org.biojava.bio.search
Methods in org.biojava.bio.search that return StrandedFeature.Strand Modifier and Type Method Description StrandedFeature.StrandSeqSimilaritySearchHit. getQueryStrand()Return the strand of the hit with respect to the query sequence.StrandedFeature.StrandSeqSimilaritySearchSubHit. getQueryStrand()Return the strand of the sub-hit with respect to the query sequence.StrandedFeature.StrandSequenceDBSearchHit. getQueryStrand()Deprecated.StrandedFeature.StrandSequenceDBSearchSubHit. getQueryStrand()Deprecated.StrandedFeature.StrandSimpleSeqSimilaritySearchHit. getQueryStrand()StrandedFeature.StrandSimpleSeqSimilaritySearchSubHit. getQueryStrand()StrandedFeature.StrandSeqSimilaritySearchHit. getSubjectStrand()Return the strand of the sub-hit with respect to the subject sequence.StrandedFeature.StrandSeqSimilaritySearchSubHit. getSubjectStrand()Return the strand of the sub-hit with respect to the subject sequence.StrandedFeature.StrandSequenceDBSearchHit. getSubjectStrand()Deprecated.StrandedFeature.StrandSequenceDBSearchSubHit. getSubjectStrand()Deprecated.StrandedFeature.StrandSimpleSeqSimilaritySearchHit. getSubjectStrand()StrandedFeature.StrandSimpleSeqSimilaritySearchSubHit. getSubjectStrand()Constructors in org.biojava.bio.search with parameters of type StrandedFeature.Strand Constructor Description SequenceDBSearchHit(double score, double eValue, double pValue, int queryStart, int queryEnd, StrandedFeature.Strand queryStrand, int subjectStart, int subjectEnd, StrandedFeature.Strand subjectStrand, String subjectID, Annotation annotation, List subHits)Deprecated.Creates a newSequenceDBSearchHitobject.SequenceDBSearchSubHit(double score, double eValue, double pValue, int queryStart, int queryEnd, StrandedFeature.Strand queryStrand, int subjectStart, int subjectEnd, StrandedFeature.Strand subjectStrand, Alignment alignment, Annotation annotation)Deprecated.Creates a newSequenceDBSearchSubHitobject.SimpleSeqSimilaritySearchHit(double score, double eValue, double pValue, int queryStart, int queryEnd, StrandedFeature.Strand queryStrand, int subjectStart, int subjectEnd, StrandedFeature.Strand subjectStrand, String subjectID, Annotation annotation, List subHits)Creates a newSimpleSeqSimilaritySearchHitobject.SimpleSeqSimilaritySearchSubHit(double score, double eValue, double pValue, int queryStart, int queryEnd, StrandedFeature.Strand queryStrand, int subjectStart, int subjectEnd, StrandedFeature.Strand subjectStrand, Alignment alignment, Annotation annotation)Creates a newSimpleSeqSimilaritySearchSubHitobject. -
Uses of StrandedFeature.Strand in org.biojava.bio.seq
Fields in org.biojava.bio.seq declared as StrandedFeature.Strand Modifier and Type Field Description static StrandedFeature.StrandStrandedFeature. NEGATIVEFlag to indicate that a feature is on the negative strand.static StrandedFeature.StrandStrandedFeature. POSITIVEFlag to indicate that a feature is on the positive strand.StrandedFeature.StrandStrandedFeature.Template. strandstatic StrandedFeature.StrandStrandedFeature. UNKNOWNFlag to indicate that a feature has an unknown strand.Methods in org.biojava.bio.seq that return StrandedFeature.Strand Modifier and Type Method Description StrandedFeature.StrandStrandedFeature.Strand. flip()Return a strand that represents flipping this onto the opposite strand.StrandedFeature.StrandFeatureFilter.StrandFilter. getStrand()Retrieve the strand this matches.StrandedFeature.StrandFramedFeature. getStrand()StrandedFeature.StrandStrandedFeature. getStrand()Retrieve the strand that this feature lies upon.static StrandedFeature.StrandStrandParser. parseStrand(String strand)Methods in org.biojava.bio.seq with parameters of type StrandedFeature.Strand Modifier and Type Method Description static FeatureFilterFilterUtils. byStrand(StrandedFeature.Strand strand)Match StrandedFeatures on the specified strand.static SymbolListDNATools. flip(SymbolList list, StrandedFeature.Strand strand)Returns a SymbolList that is reverse complemented if the strand is negative, and the origninal one if it is not.voidStrandedFeature. setStrand(StrandedFeature.Strand strand)Set the strand that this feature lies upon.static SequenceSequenceTools. subSequence(Sequence seq, int start, int end, String name, StrandedFeature.Strand strand)Extract a sub-sequence from a sequence.Constructors in org.biojava.bio.seq with parameters of type StrandedFeature.Strand Constructor Description StrandFilter(StrandedFeature.Strand strand)Build a new filter that matches all features of a given strand. -
Uses of StrandedFeature.Strand in org.biojava.bio.seq.impl
Methods in org.biojava.bio.seq.impl that return StrandedFeature.Strand Modifier and Type Method Description StrandedFeature.StrandSimpleStrandedFeature. getStrand()Methods in org.biojava.bio.seq.impl with parameters of type StrandedFeature.Strand Modifier and Type Method Description voidSimpleStrandedFeature. setStrand(StrandedFeature.Strand strand) -
Uses of StrandedFeature.Strand in org.biojava.bio.seq.io
Methods in org.biojava.bio.seq.io with parameters of type StrandedFeature.Strand Modifier and Type Method Description StringBufferSeqFileFormer. formatLocation(StringBuffer sb, Location loc, StrandedFeature.Strand strand)Deprecated.formatLocationcreates a String representation of aLocation.StringBufferSwissprotFileFormer. formatLocation(StringBuffer theBuffer, Location theLocation, StrandedFeature.Strand theStrand)Deprecated.formatLocationcreates a String representation of aLocation. -
Uses of StrandedFeature.Strand in org.biojava.bio.seq.io.agave
Methods in org.biojava.bio.seq.io.agave with parameters of type StrandedFeature.Strand Modifier and Type Method Description voidAGAVEBioSeqCallbackItf. reportStrand(StrandedFeature.Strand strand)voidAGAVEBioSeqHandler. reportStrand(StrandedFeature.Strand strand)voidAGAVEBioSequenceHandler. reportStrand(StrandedFeature.Strand strand)voidAGAVECompResultHandler. reportStrand(StrandedFeature.Strand strand)voidAGAVEFeatureCallbackItf. reportStrand(StrandedFeature.Strand strand)voidAGAVEFragmentOrderHandler. reportStrand(StrandedFeature.Strand strand)voidAGAVEFragmentOrientationHandler. reportStrand(StrandedFeature.Strand strand)voidAGAVEGeneHandler. reportStrand(StrandedFeature.Strand strand)voidAGAVESeqFeatureHandler. reportStrand(StrandedFeature.Strand strand) -
Uses of StrandedFeature.Strand in org.biojava.bio.seq.io.game
Methods in org.biojava.bio.seq.io.game with parameters of type StrandedFeature.Strand 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.voidGAMEAnnotationHandler. reportStrand(StrandedFeature.Strand strand)voidGAMEFeatureCallbackItf. reportStrand(StrandedFeature.Strand strand) -
Uses of StrandedFeature.Strand in org.biojava.bio.seq.projection
Methods in org.biojava.bio.seq.projection that return StrandedFeature.Strand Modifier and Type Method Description static StrandedFeature.StrandProjectionUtils. flipStrand(StrandedFeature.Strand s)StrandedFeature.StrandTranslateFlipContext. projectStrand(StrandedFeature.Strand strand)StrandedFeature.StrandTranslateFlipContext. revertStrand(StrandedFeature.Strand strand)Methods in org.biojava.bio.seq.projection with parameters of type StrandedFeature.Strand Modifier and Type Method Description static StrandedFeature.StrandProjectionUtils. flipStrand(StrandedFeature.Strand s)StrandedFeature.StrandTranslateFlipContext. projectStrand(StrandedFeature.Strand strand)StrandedFeature.StrandTranslateFlipContext. revertStrand(StrandedFeature.Strand strand) -
Uses of StrandedFeature.Strand in org.biojavax.bio.seq
Methods in org.biojavax.bio.seq that return StrandedFeature.Strand Modifier and Type Method Description StrandedFeature.StrandSimpleRichFeature. getStrand()Retrieve the strand that this feature lies upon.Methods in org.biojavax.bio.seq with parameters of type StrandedFeature.Strand Modifier and Type Method Description voidSimpleRichFeature. setStrand(StrandedFeature.Strand strand)Set the strand that this feature lies upon.
-