Uses of Class
org.snpeff.interval.Markers
-
-
Uses of Markers in org.snpeff
Methods in org.snpeff that return Markers Modifier and Type Method Description protected MarkersSnpEff. loadMarkers(java.lang.String fileName)Read markers file Supported formats: BED, TXT, BigBed, GFF -
Uses of Markers in org.snpeff.fileIterator
Methods in org.snpeff.fileIterator that return Markers Modifier and Type Method Description static MarkersBedFileIterator. load(java.lang.String bedFileName, boolean verbose)MarkersMarkerFileIterator. loadMarkers() -
Uses of Markers in org.snpeff.interval
Methods in org.snpeff.interval that return Markers Modifier and Type Method Description MarkersMarkers. add(Markers markersToAdd)Add all intervalsMarkersMarkers. intersect()Perform the intersection of all overlapping sub-intervalsMarkersMarkers. intersect(Marker marker)Intersection between 'marker' and all sub-intervalsMarkersGene. markers()MarkersIntervalAndSubIntervals. markers()A list of all markers in this transcriptMarkersTranscript. markers()A list of all markers in this transcriptMarkersMarkers. merge()Merge overlapping intervals This is the same as 'union()' method, but the algorithm is more efficientMarkersMarker. minus(Marker interval)Return the difference between two markersMarkersMarkers. minus(Marker interval)Calculate 'set minus' using one intervalMarkersMarkers. minus(Markers intervals)Returns the result of this set minus 'intervals'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.)MarkersMarker. query(IntervalForest intervalForest)Return a collection of intervals that intersect this markerMarkersTranscript. query(Marker marker)Query all genomic regions that intersect 'marker'MarkersVariantBnd. query(IntervalForest intervalForest)Return a collection of intervals that intersect both ends of this variantstatic MarkersMarkers. readMarkers(java.lang.String fileName)Read markers from a file Supported formats: BED, BigBed, VCF, TXTstatic MarkersMarkerUtil. readTxt(java.lang.String fileName, Genome genome, int positionBase)Read intervals from a file using a simplt TXT format Format: chr \t start \t end \t id Note: Zero-based positionsMarkersMarkers. sort()Sort intervalsMarkersMarkers. sort(boolean byEnd, boolean reverse)Sort intervalsMarkersMarkers. union()Perform the union of all overlapping intervalsMarkersMarkers. unique()Remove duplicated markersMethods in org.snpeff.interval with parameters of type Markers Modifier and Type Method Description MarkersMarkers. add(Markers markersToAdd)Add all intervalsvoidIntervalAndSubIntervals. addAll(Markers markers)Add all markersstatic java.util.Map<Marker,Marker>MarkerUtil. collapseZeroGap(Markers markersOri)Collapse adjacent intervals (i.e.booleanMarkers. equals(Markers intervals)Are all intervals equal?MarkersMarkers. minus(Markers intervals)Returns the result of this set minus 'intervals'Constructors in org.snpeff.interval with parameters of type Markers Constructor Description IntervalSetIterator(Markers intervals)Markers(Markers otherMarkers) -
Uses of Markers in org.snpeff.interval.tree
Fields in org.snpeff.interval.tree declared as Markers Modifier and Type Field Description protected MarkersIntervalTree. intervalsprotected MarkersIntervalTreeOri. intervalsprotected MarkersIntervalTreeArray. markersMethods in org.snpeff.interval.tree that return Markers Modifier and Type Method Description MarkersIntervalTree. getIntervals()MarkersIntervalTreeArray. getIntervals()MarkersIntervalTreeOri. getIntervals()MarkersItree. getIntervals()MarkersIntervalForest. intersect(Markers markers)Return the intersection of 'markers' and this IntervalForest For each marker 'm' in 'markers' - query the tree to get all markers intersecting 'm' - create a new interval which is the intersection of 'm' with all the resutls from the previous query.MarkersIntervalForest. query(Marker marker)Query all intervals that intersect with 'interval'MarkersIntervalForest. query(Markers marker)Query all intervals that intersect with any interval in 'intervals'MarkersIntervalNode. query(Interval queryInterval)Perform an interval intersection query on the nodeMarkersIntervalNodeOri. query(Interval target)Perform an interval intersection query on the nodeMarkersIntervalTree. query(Interval interval)Perform an interval query, returning the intervals that intersect with 'interval'MarkersIntervalTreeArray. query(Interval marker)Query index to find all VCF entries intersecting 'marker' Store VCF entries in 'results'MarkersIntervalTreeOri. query(Interval interval)Perform an interval query, returning the intervals that intersect with 'interval'MarkersItree. query(Interval interval)Perform an interval query, returning the intervals that intersect with 'interval'MarkersIntervalForest. queryUnique(Markers markers)Query unique intervals that intersect with any interval in 'markers' I.e.: Return a set of intervals that intersects (at least once) with any interval in 'markers'MarkersIntervalForest. stab(java.lang.String chromo, int point)Obtain all intervals that intersect with 'point'MarkersIntervalForest. stab(Marker marker)Obtain all intervals that intersect with 'marker.start'MarkersIntervalNode. stab(java.lang.Integer point)Perform a stabbing query on the nodeMarkersIntervalNodeOri. stab(java.lang.Integer point)Perform a stabbing query on the nodeMarkersIntervalTree. stab(int point)Perform a stabbing query, returning the interval objectsMarkersIntervalTreeArray. stab(int point)MarkersIntervalTreeOri. stab(int point)Perform a stabbing query, returning the interval objectsMarkersItree. stab(int point)Perform a stabbing query, returning the interval objectsMethods in org.snpeff.interval.tree with parameters of type Markers Modifier and Type Method Description voidIntervalForest. add(Markers intervals)Add all intervalsvoidIntervalTree. add(Markers markers)Add all intervals to 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(Markers markers)voidIntervalTreeOri. add(Markers markers)Add all intervals to 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(Markers markers)Add all intervals to interval tree's listprotected voidIntervalNode. build(Markers markers)Build interval treeprotected intIntervalTreeArray. build(Markers markers)Index intervals from 'start' to 'end' (index in 'markers')MarkersIntervalForest. intersect(Markers markers)Return the intersection of 'markers' and this IntervalForest For each marker 'm' in 'markers' - query the tree to get all markers intersecting 'm' - create a new interval which is the intersection of 'm' with all the resutls from the previous query.protected IntervalNodeIntervalNode. newNode(Markers markers)Create a new nodeMarkersIntervalForest. query(Markers marker)Query all intervals that intersect with any interval in 'intervals'protected voidIntervalTreeArray. query(Interval marker, int idx, Markers results)Query index to find all VCF entries intersecting 'marker', starting from node 'idx' Store VCF entries in 'results'protected voidIntervalTreeArray. queryIntersects(Interval marker, int idx, Markers results)Query entries intersecting 'marker' at node 'idx'MarkersIntervalForest. queryUnique(Markers markers)Query unique intervals that intersect with any interval in 'markers' I.e.: Return a set of intervals that intersects (at least once) with any interval in 'markers'protected voidIntervalTreeArray. stab(int point, int idx, Markers results)protected voidIntervalTreeArray. stabIntersects(int point, int idx, Markers results)Stab entries intersecting 'point' at node 'idx'Constructors in org.snpeff.interval.tree with parameters of type Markers Constructor Description IntervalForest(Markers markers)IntervalNode(Markers markers)IntervalNodeOri(Markers markers)IntervalTree(Markers intervals)Instantiate an interval tree with a list of intervalsIntervalTreeArray(Markers markers)Instantiate an interval tree with a list of intervalsIntervalTreeOri(Markers intervals)Instantiate an interval tree with a list of intervals -
Uses of Markers in org.snpeff.nextProt
Methods in org.snpeff.nextProt that return Markers Modifier and Type Method Description MarkersNextProtMarkerFactory. addMarkers(NextProtXmlEntry entry, NextProtXmlIsoform isoform, NextProtXmlAnnotation annotation, Location location, java.lang.String trId)Create markers and add themMarkersNextProtMarkerFactory. getMarkers()MarkersNextProtMarkerFactory. nextProt(Transcript tr, java.lang.String accession, java.lang.String name, int aaStart, int aaEnd)Create a single NextProt markerMarkersNextProtMarkerFactory. nextProt(Transcript tr, NextProtXmlAnnotation annotation, Location location)Create a list of NextProt markers according to this annotation -
Uses of Markers in org.snpeff.serializer
Methods in org.snpeff.serializer that return Markers Modifier and Type Method Description MarkersMarkerSerializer. getNextFieldMarkers()MarkersMarkerSerializer. load(java.lang.String fileName)Load data from fileMethods in org.snpeff.serializer with parameters of type Markers Modifier and Type Method Description voidMarkerSerializer. save(java.lang.String fileName, Markers markers)Save data to file -
Uses of Markers in org.snpeff.snpEffect
Methods in org.snpeff.snpEffect that return Markers Modifier and Type Method Description MarkersSnpEffectPredictor. createGenomicRegions()Create (and add) up-down stream, splice sites, intergenic, etcMarkersSnpEffectPredictor. getMarkers()MarkersSnpEffectPredictor. query(Marker marker)Return a collection of intervals that intersect 'marker'MarkersSnpEffectPredictor. queryDeep(Marker marker)Return a collection of intervals that intersect 'marker' Query resulting genes, transcripts and exons to get ALL types of intervals possibleMethods in org.snpeff.snpEffect with parameters of type Markers Modifier and Type Method Description voidSnpEffectPredictor. addAll(Markers markersToAdd)Add a set of markersprotected voidSnpEffectPredictor. variantEffect(Variant variant, VariantEffects variantEffects, Markers intersects)Calculate variant effect for each marker in 'intersect'Constructors in org.snpeff.snpEffect with parameters of type Markers Constructor Description VariantEffectStructural(Variant variant, Markers intersects) -
Uses of Markers in org.snpeff.snpEffect.testCases.unity
Fields in org.snpeff.snpEffect.testCases.unity declared as Markers Modifier and Type Field Description protected MarkersTestCasesIntervalTree. markersMarkersTestGenome. markersMethods in org.snpeff.snpEffect.testCases.unity that return Markers Modifier and Type Method Description protected MarkersTestCasesIntervalTree. createRandomLargeMarkers(Chromosome chr, int num)protected MarkersTestCasesIntervalTree. createRandomMarkers()protected MarkersTestCasesIntervalTree. createRandomSmallMarkers(Chromosome chr, int num)MarkersTestCasesIntervals. intersects(Markers interval1, Marker intervals)protected MarkersTestCasesIntervalTree. queryNaive(Marker query)Naively find all intervals intersecting 'marker'MarkersTestCasesIntervals. randomIntervals(int numIntervals, int maxStart, int maxLength, int numChromo)Create a random set of intervalsMethods in org.snpeff.snpEffect.testCases.unity with parameters of type Markers Modifier and Type Method Description MarkersTestCasesIntervals. intersects(Markers interval1, Marker intervals)protected ItreeTestCasesIntervalTree. newItree(Markers markers)protected ItreeTestCasesIntervalTreeArray. newItree(Markers markers)protected ItreeTestCasesIntervalTreeOri. newItree(Markers markers) -
Uses of Markers in org.snpeff.stats
Constructors in org.snpeff.stats with parameters of type Markers Constructor Description MineMarkerIntervals(Markers markers)MineTwoMarkerIntervals(Markers markersA, Markers markersB) -
Uses of Markers in org.snpeff.svg
Constructors in org.snpeff.svg with parameters of type Markers Constructor Description SvgNextProt(Transcript tr, Svg svg, Markers nextprotMarkers)
-