Uses of Class
org.snpeff.interval.Marker
-
-
Uses of Marker in org.snpeff.binseq
Methods in org.snpeff.binseq with parameters of type Marker Modifier and Type Method Description MarkerSeqGenomicSequences. queryMarkerSequence(Marker marker)Find a marker (with sequence) containing query 'marker' Could trigger loading sequences form databasejava.lang.StringGenomicSequences. querySequence(Marker marker)Get sequence for a marker -
Uses of Marker in org.snpeff.coverage
Methods in org.snpeff.coverage that return types with arguments of type Marker Modifier and Type Method Description CountByKey<Marker>CountReads. getCountBases()CountByKey<Marker>CountReads. getCountReads()Methods in org.snpeff.coverage with parameters of type Marker Modifier and Type Method Description voidCountReads. addMarkerType(Marker marker, java.lang.String type)voidCountReadsOnMarkers. addMarkerType(Marker marker, java.lang.String type)voidMarkerTypes. addType(Marker marker, java.lang.String type)doubleCountFragments. avgCoverage(Marker m)Calculate Fragments Per Kilobase of exon per Million fragments mapped (FPKM)doubleCoverage. avgCoverage(Marker m)Calculate average coverage per baselongCoverage. coverage(Marker m)Calculate total coverage per basejava.lang.StringMarkerTypes. getSubType(Marker marker)Some markers have sub-typesjava.lang.StringMarkerTypes. getType(Marker marker)Get marker typejava.lang.StringMarkerTypes. getTypeRank(Marker marker)Get marker + rank (in case of exon or intron)booleanMarkerTypes. isType(Marker m, java.lang.String mtype) -
Uses of Marker in org.snpeff.fileIterator
Classes in org.snpeff.fileIterator with type parameters of type Marker Modifier and Type Class Description classMarkerFileIterator<M extends Marker>Opens a Marker file and iterates over all markers -
Uses of Marker in org.snpeff.interval
Classes in org.snpeff.interval with type parameters of type Marker Modifier and Type Class Description classIntervalAndSubIntervals<T extends Marker>Interval that contains sub intervals.Subclasses of Marker in org.snpeff.interval Modifier and Type Class Description classCdsCDS: 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.classChromosomeInterval for the whole chromosome If a SNP has no 'ChromosomeInterval' => it is outside the chromosome => InvalidclassCustomThis is a custom interval (i.e.classDownstreamInterval for a gene, as well as some other information: exons, utrs, cds, etc.classExonInterval for an exonclassGeneInterval for a gene, as well as transcriptsclassGenericMarkerAn interval intended as a markclassGenomeThis is just used for the Interval class.classGffMarkerAn interval intended as a markclassGtf2MarkerAn interval intended as a markclassIntergenicInterval for in intergenic regionclassIntergenicConservedInterval for a conserved intergenic regionclassIntervalAndSubIntervals<T extends Marker>Interval that contains sub intervals.classIntronIntronclassIntronConservedInterval for a conserved non-coding region in an intronclassMarkerParentIdThis is a marker used as a 'fake' parent during data serializationclassMarkerSeqMarker with a DNA sequenceclassMicroRnaBindingSitemiRna binding site (usually this was predicted by some algorithm)classMotifRegulatory elementsclassNextProtNextProt annotation markerclassProteinInteractionLocusProtein interaction: An amino acid that is "in contact" with another amino acid.classProteinProteinInteractionLocusProtein interaction: An amino acid that is "in contact" with another amino acid within the same protein.classProteinStructuralInteractionLocusProtein interaction: An amino acid that is "in contact" with another amino acid.classRareAminoAcidRare amino acid annotation: These are amino acids that occurs very rarely in an organism.classRegulationRegulatory elementsclassSpliceSiteInterval for a splice site Reference: http://en.wikipedia.org/wiki/RNA_splicing Spliceosomal introns often reside in eukaryotic protein-coding genes.classSpliceSiteAcceptorInterval 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_splicingclassSpliceSiteBranchA (putative) branch site.classSpliceSiteBranchU12A (putative) U12 branch site.classSpliceSiteDonorInterval 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_splicingclassSpliceSiteRegionInterval 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.classTranscriptInterval for a transcript, as well as some other information: exons, utrs, cds, etc.classUpstreamInterval for a gene, as well as some other information: exons, utrs, cds, etc.classUtrInterval for a UTR (5 prime UTR and 3 prime UTRclassUtr3primeInterval for a UTR (5 prime UTR and 3 prime UTRclassUtr5primeInterval for a UTR (5 prime UTR and 3 prime UTRclassVariantA variant represents a change in a reference sequenceclassVariantBndA 'BND' variant (i.e.classVariantNonRefA variant respect to non-reference (e.g.classVariantWithScoreA variant that has a numeric score.Fields in org.snpeff.interval with type parameters of type Marker Modifier and Type Field Description protected java.util.ArrayList<Marker>Markers. markersMethods in org.snpeff.interval that return Marker Modifier and Type Method Description MarkerMarker. apply(Variant variant)Apply a variant to a marker.protected MarkerMarker. applyDel(Variant variant)Apply a Variant to a marker.protected MarkerMarker. applyDup(Variant variant)Apply a Variant to a marker.protected MarkerMarker. applyIns(Variant variant)Apply a Variant to a marker.protected MarkerMarker. applyMixed(Variant variant)Apply a mixed variant Note: MIXED variant is interpreted as "MNP + InDel"MarkerTranscript. cdsMarker()Create a marker of the coding region in this transcriptMarkerMarker. clone()MarkerMarker. cloneShallow()Perform a shallow cloneMarkerMarkers. get(int i)MarkerVariantBnd. getEndPoint()MarkerMarker. getParent()MarkerTranscript. getTss()Create a TSS markerMarkerMarker. intersect(Marker marker)Intersect of two markersMarker[]Markers. toArray()MarkerMarker. union(Marker m)Union of two markersMarkerMarkerSeq. union(Marker m)Union of two markersMethods in org.snpeff.interval that return types with arguments of type Marker Modifier and Type Method Description static java.util.Map<Marker,Marker>MarkerUtil. collapseZeroGap(Markers markersOri)Collapse adjacent intervals (i.e.static java.util.Map<Marker,Marker>MarkerUtil. collapseZeroGap(Markers markersOri)Collapse adjacent intervals (i.e.java.util.List<Marker>Genes. createUpDownStream(int upDownLength)Creates a list of UP/DOWN stream regions (for each transcript) Upstream (downstream) stream is defined as upDownLength before (after) transcript Note: If upDownLength <=0 no interval is createdjava.util.List<Marker>Markers. getMarkers()java.util.Iterator<java.util.Set<Marker>>IntervalSetIterator. iterator()java.util.Iterator<Marker>Markers. iterator()java.util.Set<Marker>IntervalSetIterator. next()static java.util.Map<Marker,Marker>MarkerUtil. redundant(java.util.Collection<? extends Marker> markersOri)Redundant markers in a list: Find intervals that are totally included in other intervals in the liststatic java.util.Map<Marker,Marker>MarkerUtil. redundant(java.util.Collection<? extends Marker> markersOri)Redundant markers in a list: Find intervals that are totally included in other intervals in the listMethods in org.snpeff.interval with parameters of type Marker Modifier and Type Method Description voidCytoBands. add(Marker m)booleanMarkers. add(Marker marker)Add an interval to the collectionvoidGene. addPerGene(Marker marker)Add a gene dependent markerprotected voidMarker. adjust(Marker child)Adjust [start,end] to include childintIntervalComparatorByEnd. compare(Marker i1, Marker i2)intIntervalComparatorByStart. compare(Marker i1, Marker i2)intMarker. distance(Marker interval)How far apart are these intervals?ExonTranscript. findExon(Marker marker)Return an exon intersecting 'marker' (first exon found)java.util.List<Utr>Transcript. findUtrs(Marker marker)Return the UTR that intersects 'marker' (null if not found)java.lang.StringMarkerSeq. getSequence(Marker marker)Get sequence intersecting 'marker' WARNING: Sequence is always according to coding strand.booleanMarker. includes(Marker marker)Is 'interval' completely included in 'this'?MarkerMarker. intersect(Marker marker)Intersect of two markersMarkersMarkers. intersect(Marker marker)Intersection between 'marker' and all sub-intervalsbooleanInterval. intersects(Marker interval)Do the intervals intersect?abstract booleanSpliceSite. intersectsCoreSpliceSite(Marker marker)Core splice sites are defined as CORE_SPLICE_SITE_SIZE bases after exon end or before exon begins.booleanSpliceSiteAcceptor. intersectsCoreSpliceSite(Marker marker)booleanSpliceSiteBranch. intersectsCoreSpliceSite(Marker marker)These are NOT core splice sitesbooleanSpliceSiteDonor. intersectsCoreSpliceSite(Marker marker)booleanSpliceSiteRegion. intersectsCoreSpliceSite(Marker marker)intInterval. intersectSize(Marker interval)How much do intervals intersect?protected booleanExon. isAdjustIfParentDoesNotInclude(Marker parent)protected booleanMarker. isAdjustIfParentDoesNotInclude(Marker parent)Adjust parent if it does not include child?protected booleanTranscript. isAdjustIfParentDoesNotInclude(Marker parent)booleanInterval. isSameChromo(Marker interval)booleanTranscript. isUtr(Marker marker)MarkersMarker. minus(Marker interval)Return the difference between two markersMarkersMarkers. minus(Marker interval)Calculate 'set minus' using one intervaljava.lang.StringVariant. netChange(Marker marker)Only the part of the change that overlaps with a marker Return the change (always in positive strand)MarkersCytoBands. query(Marker marker)MarkersExon. query(Marker marker)Query all genomic regions that intersect 'marker'MarkersIntervalAndSubIntervals. query(Marker marker)Query all genomic regions that intersect 'marker'MarkersIntron. query(Marker marker)Query all genomic regions that intersect 'marker'MarkersMarker. query(Marker marker)Query all genomic regions that intersect 'marker' (this makes sense in Gene, Transcript, Exon, etc.)MarkersTranscript. query(Marker marker)Query all genomic regions that intersect 'marker'ExonTranscript. queryExon(Marker interval)Return the first exon that intersects 'interval' (null if not found)MarkerMarker. union(Marker m)Union of two markersMarkerMarkerSeq. union(Marker m)Union of two markersMethod parameters in org.snpeff.interval with type arguments of type Marker Modifier and Type Method Description booleanMarkers. addAll(java.util.Collection<? extends Marker> mm)Add all markers in this collectionintMarker. distanceBases(java.util.List<? extends Marker> markers, boolean fromEnd)Distance from the beginning/end of a list of intervals, until this SNP It count the number of bases in 'markers'static java.util.Map<Marker,Marker>MarkerUtil. redundant(java.util.Collection<? extends Marker> markersOri)Redundant markers in a list: Find intervals that are totally included in other intervals in the listConstructors in org.snpeff.interval with parameters of type Marker Constructor Description Custom(Marker parent, int start, int end, boolean strandMinus, java.lang.String id, java.lang.String label)Gene(Marker parent, int start, int end, boolean strandMinus, java.lang.String id, java.lang.String geneName, BioType bioType)GenericMarker(Marker parent, int start, int end, java.lang.String id)GffMarker(Marker parent, int start, int end, boolean strandMinus, java.lang.String id)Gtf2Marker(Marker parent, int start, int end, boolean strandMinus, java.lang.String id)IntervalAndSubIntervals(Marker parent, int start, int end, boolean strandMinus, java.lang.String id)Marker(Marker parent, int start, int end)Marker(Marker parent, int start, int end, boolean strandMinus, java.lang.String id)MarkerSeq(Marker parent, int start, int end, boolean strandMinus, java.lang.String id)MarkerSeq(Marker parent, int start, int end, java.lang.String seq)MicroRnaBindingSite(Marker parent, int start, int end, boolean strandMinus, java.lang.String id, double pValue)Motif(Marker parent, int start, int end, boolean strandMinus, java.lang.String id, java.lang.String pwmName, java.lang.String pwmId)RareAminoAcid(Marker parent, int start, int end, java.lang.String id)Regulation(Marker parent, int start, int end, boolean strandMinus, java.lang.String id, java.lang.String name, java.lang.String regulationType)Variant(Marker parent, int start, int end, java.lang.String id)This constructor is used when we only have interval data (e.g.Variant(Marker parent, int position, java.lang.String referenceStr, java.lang.String altStr)Variant(Marker parent, int position, java.lang.String referenceStr, java.lang.String altStr, java.lang.String id)VariantBnd(Marker parent, int start, java.lang.String ref, java.lang.String alt, Chromosome chrTr, int startTr, boolean left, boolean before)VariantWithScore(Marker parent, int start, int end, java.lang.String id, double score) -
Uses of Marker in org.snpeff.interval.codonChange
Methods in org.snpeff.interval.codonChange with parameters of type Marker Modifier and Type Method Description protected VariantEffectCodonChange. effect(Marker marker, EffectType effectType, boolean allowReplace)Calculate variant effectprotected VariantEffectCodonChange. effectNoCodon(Marker marker, EffectType effectType)protected VariantEffectCodonChange. effectNoCodon(Marker marker, EffectType effectType, VariantEffect.EffectImpact effectImpact) -
Uses of Marker in org.snpeff.interval.tree
Fields in org.snpeff.interval.tree declared as Marker Modifier and Type Field Description protected static Marker[]IntervalTreeArray. EMPTY_MARKER_ARRAYprotected Marker[][]IntervalTreeArray. intersectMarkersprotected Marker[]IntervalNode. intervalsCenterMethods in org.snpeff.interval.tree that return types with arguments of type Marker Modifier and Type Method Description java.util.Iterator<Marker>IntervalNodeOri. iterator()java.util.Iterator<Marker>IntervalTree. iterator()java.util.Iterator<Marker>IntervalTreeArray. iterator()java.util.Iterator<Marker>IntervalTreeOri. iterator()Methods in org.snpeff.interval.tree with parameters of type Marker Modifier and Type Method Description voidIntervalForest. add(Marker interval)Add an intervalvoidIntervalTree. add(Marker interval)Add an interval object to the interval tree's list Note: Marks the tree as 'not inSync', but will not rebuild the tree until the next query or call to buildvoidIntervalTreeArray. add(Marker interval)voidIntervalTreeOri. add(Marker interval)Add an interval object to the interval tree's list Note: Marks the tree as 'not inSync', but will not rebuild the tree until the next query or call to buildvoidItree. add(Marker interval)Add an interval object to the interval tree's listMarkersIntervalForest. query(Marker marker)Query all intervals that intersect with 'interval'MarkersIntervalForest. stab(Marker marker)Obtain all intervals that intersect with 'marker.start'Method parameters in org.snpeff.interval.tree with type arguments of type Marker Modifier and Type Method Description voidIntervalForest. add(java.util.Collection<? extends Marker> intervals)Add all intervals -
Uses of Marker in org.snpeff.outputFormatter
Methods in org.snpeff.outputFormatter with parameters of type Marker Modifier and Type Method Description java.lang.StringBedOutputFormatter. endSection(Marker marker)Finish up sectionjava.lang.StringOutputFormatter. endSection(Marker marker)Finish up sectionjava.lang.StringVcfOutputFormatter. endSection(Marker marker)Finish up sectionvoidOutputFormatter. printSection(Marker marker)End this section and print resultsvoidBedOutputFormatter. startSection(Marker marker)voidOutputFormatter. startSection(Marker marker)Starts a new sectionvoidVcfOutputFormatter. startSection(Marker marker) -
Uses of Marker in org.snpeff.probablility
Methods in org.snpeff.probablility that return Marker Modifier and Type Method Description MarkerRandMarker. rand(int readLen)Create a random marker of size readLen -
Uses of Marker in org.snpeff.serializer
Methods in org.snpeff.serializer that return Marker Modifier and Type Method Description protected MarkerMarkerSerializer. getMarkerById(int id)MarkerMarkerSerializer. getNextFieldMarker()Methods in org.snpeff.serializer with parameters of type Marker Modifier and Type Method Description voidMarkerSerializer. doNotSave(Marker m)intMarkerSerializer. getIdByMarker(Marker m)intMarkerSerializer. save(Marker m)Save a markerMethod parameters in org.snpeff.serializer with type arguments of type Marker Modifier and Type Method Description java.lang.StringMarkerSerializer. save(java.lang.Iterable<Marker> markersCollection)Save all markers -
Uses of Marker in org.snpeff.snpEffect
Fields in org.snpeff.snpEffect declared as Marker Modifier and Type Field Description protected MarkerHgvs. markerprotected MarkerVariantEffect. markerMethods in org.snpeff.snpEffect that return Marker Modifier and Type Method Description MarkerVariantEffect. getMarker()MarkerVariantEffectFusion. getMarker()MarkerVariantEffectStructural. getMarker()Methods in org.snpeff.snpEffect with parameters of type Marker Modifier and Type Method Description voidSnpEffectPredictor. add(Marker marker)Add a markervoidVariantEffects. add(Variant variant, Marker marker, EffectType effectType, java.lang.String message)Add an effectvoidVariantEffects. add(Variant variant, Marker marker, EffectType effectType, VariantEffect.EffectImpact effectImpact, java.lang.String message)Add an effectvoidVariantEffects. addEffectType(Variant variant, Marker marker, EffectType effectType)Add: If possible, only add an effect type (otherwise add the full effect)protected booleanVariantEffectStructural. isGene(Marker m)protected booleanVariantEffectStructural. isTranscript(Marker m)MarkersSnpEffectPredictor. query(Marker marker)Return a collection of intervals that intersect 'marker'GeneSnpEffectPredictor. queryClosestGene(Marker inputInterval)Find closest gene to this markerMarkersSnpEffectPredictor. queryDeep(Marker marker)Return a collection of intervals that intersect 'marker' Query resulting genes, transcripts and exons to get ALL types of intervals possiblejava.util.Set<java.lang.String>SnpEffectPredictor. regions(Marker marker, boolean showGeneDetails, boolean compareTemplate)Name of the regions hit by a markerjava.util.Set<java.lang.String>SnpEffectPredictor. regions(Marker marker, boolean showGeneDetails, boolean compareTemplate, java.lang.String id)Name of the regions hit by a markervoidVariantEffect. set(Marker marker, EffectType effectType, VariantEffect.EffectImpact effectImpact, java.lang.String message)voidVariantEffect. setMarker(Marker marker)Set marker.voidVariantEffects. setMarker(Marker marker)Method parameters in org.snpeff.snpEffect with type arguments of type Marker Modifier and Type Method Description protected intVariantEffectStructural. countGenes(java.util.List<Marker> features)Constructors in org.snpeff.snpEffect with parameters of type Marker Constructor Description VariantEffect(Variant variant, Marker marker, EffectType effectType, VariantEffect.EffectImpact effectImpact, java.lang.String codonsOld, java.lang.String codonsNew, int codonNum, int codonIndex, int cDnaPos)VariantEffectFusion(Variant variant, Marker mLeft, Marker mRight) -
Uses of Marker in org.snpeff.snpEffect.factory
Methods in org.snpeff.snpEffect.factory that return Marker Modifier and Type Method Description protected MarkerSnpEffPredictorFactory. findMarker(java.lang.String id)Methods in org.snpeff.snpEffect.factory with parameters of type Marker Modifier and Type Method Description protected voidSnpEffPredictorFactory. add(Marker marker)Add a generic Markerprotected voidSnpEffPredictorFactory. addMarker(Marker marker, boolean unique)Add a marker to the collection -
Uses of Marker in org.snpeff.snpEffect.testCases.unity
Methods in org.snpeff.snpEffect.testCases.unity with parameters of type Marker Modifier and Type Method Description voidTestGenome. add(Marker marker)Add markers to SnpEffPredictorprotected intTestCasesIntervalTree. compareQuery(Marker m, Itree intTree)Perform a query using 'naive' lookup and interval forest.MarkersTestCasesIntervals. intersects(Markers interval1, Marker intervals)protected MarkersTestCasesIntervalTree. queryNaive(Marker query)Naively find all intervals intersecting 'marker' -
Uses of Marker in org.snpeff.stats
Methods in org.snpeff.stats with parameters of type Marker Modifier and Type Method Description voidPosStats. sample(Marker marker, Marker markerReference)Use 'num' as a sample -
Uses of Marker in org.snpeff.svg
Methods in org.snpeff.svg with parameters of type Marker Modifier and Type Method Description static SvgSvg. factory(Marker m, Svg svg)Constructors in org.snpeff.svg with parameters of type Marker Constructor Description Svg(Marker m, Svg svg)SvgScale(Marker m, Svg svg)SvgSpacer(Marker m, Svg svg) -
Uses of Marker in org.snpeff.vcf
Subclasses of Marker in org.snpeff.vcf Modifier and Type Class Description classVariantVcfEntryVariant + VcfEntry This is used to 'outer-join' a VcfEntry into all its constituent variants.classVcfEntryA VCF entry (a line) in a VCF fileConstructors in org.snpeff.vcf with parameters of type Marker Constructor Description VcfEntry(VcfFileIterator vcfFileIterator, Marker parent, java.lang.String chromosomeName, int start, java.lang.String id, java.lang.String ref, java.lang.String altsStr, double quality, java.lang.String filterPass, java.lang.String infoStr, java.lang.String format)
-