Uses of Class
org.snpeff.interval.Interval
Packages that use Interval
-
Uses of Interval in org.snpeff.interval
Subclasses of Interval in org.snpeff.intervalModifier and TypeClassDescriptionclassCDS: The coding region of a gene, also known as the coding sequence or CDS (from Coding DNA Sequence), is that portion of a gene's DNA or RNA, composed of exons, that codes for protein.classInterval for the whole chromosome If a SNP has no 'ChromosomeInterval' => it is outside the chromosome => InvalidclassThis is a custom interval (i.e.classInterval for a gene, as well as some other information: exons, utrs, cds, etc.classInterval for an exonclassInterval for a gene, as well as transcriptsclassAn interval intended as a markclassThis is just used for the Interval class.classAn interval intended as a markclassAn interval intended as a markclassInterval for in intergenic regionclassInterval for a conserved intergenic regionclassIntervalAndSubIntervals<T extends Marker>Interval that contains sub intervals.classIntronclassInterval for a conserved non-coding region in an intronclassAn interval intended as a markclassThis is a marker used as a 'fake' parent during data serializationclassMarker with a DNA sequenceclassmiRna binding site (usually this was predicted by some algorithm)classRegulatory elementsclassNextProt annotation markerclassProtein interaction: An amino acid that is "in contact" with another amino acid.classProtein interaction: An amino acid that is "in contact" with another amino acid within the same protein.classProtein interaction: An amino acid that is "in contact" with another amino acid.classRare amino acid annotation: These are amino acids that occurs very rarely in an organism.classRegulatory elementsclassInterval for a splice site Reference: http://en.wikipedia.org/wiki/RNA_splicing Spliceosomal introns often reside in eukaryotic protein-coding genes.classInterval for a splice site acceptor Note: Splice sites donnor are defined as the last 2 bases of an intron Reference: http://en.wikipedia.org/wiki/RNA_splicingclassA (putative) branch site.classA (putative) U12 branch site.classInterval for a splice site donnor Note: Splice sites donnor are defined as the first 2 bases of an intron Reference: http://en.wikipedia.org/wiki/RNA_splicingclassInterval for a splice site acceptor From Sequence Ontology: A sequence variant in which a change has occurred within the region of the splice site, either within 1-3 bases of the exon or 3-8 bases of the intron.classInterval for a transcript, as well as some other information: exons, utrs, cds, etc.classInterval for a gene, as well as some other information: exons, utrs, cds, etc.classInterval for a UTR (5 prime UTR and 3 prime UTRclassInterval for a UTR (5 prime UTR and 3 prime UTRclassInterval for a UTR (5 prime UTR and 3 prime UTRclassA variant represents a change in a reference sequenceclassA 'BND' variant (i.e.classA variant respect to non-reference (e.g.classA variant that has a numeric score.Fields in org.snpeff.interval declared as IntervalMethods in org.snpeff.interval that return IntervalModifier and TypeMethodDescriptionInterval.clone()Interval.findParent(Class clazz) Go up (parent) until we find an instance of 'clazz'Interval.getParent()Markers.rand()Return a random interval within this collectionMethods in org.snpeff.interval with parameters of type IntervalModifier and TypeMethodDescriptionintChromosome.compareChromoName(Interval interval) Compare only chromosome's nameintCompare by start and endintCompare by start and endintCompare by start and endintMarker.compareToPos(Interval i2) Compare genomic coordinatesbooleanbooleanInterval.intersects(Interval interval) Return true if this intersects 'interval'voidConstructors in org.snpeff.interval with parameters of type Interval -
Uses of Interval in org.snpeff.interval.tree
Methods in org.snpeff.interval.tree with parameters of type IntervalModifier and TypeMethodDescriptionPerform an interval intersection query on the nodePerform an interval intersection query on the nodePerform an interval query, returning the intervals that intersect with 'interval'Query index to find all VCF entries intersecting 'marker' Store VCF entries in 'results'protected voidQuery index to find all VCF entries intersecting 'marker', starting from node 'idx' Store VCF entries in 'results'Perform an interval query, returning the intervals that intersect with 'interval'Perform an interval query, returning the intervals that intersect with 'interval'protected voidIntervalTreeArray.queryIntersects(Interval marker, int idx, Markers results) Query entries intersecting 'marker' at node 'idx' -
Uses of Interval in org.snpeff.vcf
Subclasses of Interval in org.snpeff.vcfModifier and TypeClassDescriptionclassVariant + VcfEntry This is used to 'outer-join' a VcfEntry into all its constituent variants.classA VCF entry (a line) in a VCF file