
Public Member Functions | |
| int | compareTo (Gap g) |
| Gap (int genomeSrcIdx, int lcb, long pos, long len, XmfaViewerModel model) | |
| Creates a gap with the given arguments. | |
| Chromosome | getContig () |
| Returns the contig that this gap lies on. | |
| FeatureHolder | getFeatures (int genSrcIdx) |
| int | getGenomeSrcIdx () |
| int | getLCB () |
| long | getLength () |
| long | getPosition () |
| int | getPositionInContig () |
| Returns the position of this gap in the contig in which it lies. | |
| int | relativePos (LiteWeightFeature feat) |
Returns a negative number, zero, or a positive number if this Gap comes before, lies within, or comes after the given feature, respectively. | |
| String | toString (String genomeName) |
| Genome Contig Position_in_Contig GenomeWide_Position Length seqi_pos seqi_ctg seqi_posInCtg. | |
| String | toString () |
| Genome Contig Position_in_Contig GenomeWide_Position Length. | |
Static Public Member Functions | |
| Comparator< Gap > | getAlnmtPosComparator () |
| Gap | mergeGaps (Gap a, Gap b) |
Private Member Functions | |
| Gap (Gap gap) | |
Private Attributes | |
| Chromosome | chrom |
| Chromosome[] | chromosomes |
| int | genSrcIdx |
| int | lcbCol |
| int | lcbId |
| long | length |
| XmfaViewerModel | model |
| long[] | pos |
| int | posInCtg |
| long | position |
|
||||||||||||||||||||||||
|
Creates a gap with the given arguments.
Definition at line 46 of file Gap.java. References chromosomes, genSrcIdx, org::gel::mauve::Genome::getChromosomeAt(), org::gel::mauve::XmfaViewerModel::getColumnCoordinates(), org::gel::mauve::BaseViewerModel::getGenomeBySourceIndex(), org::gel::mauve::BaseViewerModel::getGenomes(), org::gel::mauve::XmfaViewerModel::getLCBAndColumn(), org::gel::mauve::Genome::length, and position. Referenced by mergeGaps(). |
|
|
Definition at line 68 of file Gap.java. References chrom, chromosomes, genSrcIdx, lcbCol, lcbId, length, model, pos, posInCtg, and position. |
|
|
|
|
|
|
|
|
Returns the contig that this gap lies on.
Definition at line 153 of file Gap.java. References chrom. |
|
|
Definition at line 132 of file Gap.java. References org::gel::mauve::Genome::getAnnotationsAt(), org::gel::mauve::XmfaViewerModel::getColumnCoordinates(), org::gel::mauve::BaseViewerModel::getGenomeBySourceIndex(), org::gel::mauve::BaseViewerModel::getGenomes(), lcbCol, lcbId, and model. |
|
|
Definition at line 116 of file Gap.java. References genSrcIdx. |
|
|
Definition at line 128 of file Gap.java. References lcbId. |
|
|
Definition at line 124 of file Gap.java. References length. |
|
|
Definition at line 120 of file Gap.java. References position. |
|
|
Returns the position of this gap in the contig in which it lies.
Definition at line 165 of file Gap.java. References posInCtg. |
|
||||||||||||
|
|
|
|
Definition at line 230 of file Gap.java. References org::gel::mauve::analysis::LiteWeightFeature::getGenSrcIdx(), org::gel::mauve::analysis::LiteWeightFeature::getLeft(), org::gel::mauve::analysis::LiteWeightFeature::getRight(), and pos. |
|
|
Genome Contig Position_in_Contig GenomeWide_Position Length seqi_pos seqi_ctg seqi_posInCtg. Replaces genome id with the given name
Definition at line 104 of file Gap.java. References chrom, chromosomes, org::gel::mauve::Chromosome::getName(), org::gel::mauve::Chromosome::getStart(), length, pos, posInCtg, and position. |
|
|
Genome Contig Position_in_Contig GenomeWide_Position Length.
Definition at line 89 of file Gap.java. References genSrcIdx. |
|
|
Definition at line 26 of file Gap.java. Referenced by Gap(), getContig(), and toString(). |
|
|
Definition at line 34 of file Gap.java. Referenced by Gap(), and toString(). |
|
|
Definition at line 16 of file Gap.java. Referenced by compareTo(), Gap(), getAlnmtPosComparator(), getGenomeSrcIdx(), mergeGaps(), and toString(). |
|
|
Definition at line 20 of file Gap.java. Referenced by Gap(), and getFeatures(). |
|
|
Definition at line 18 of file Gap.java. Referenced by Gap(), getFeatures(), and getLCB(). |
|
|
Definition at line 28 of file Gap.java. Referenced by compareTo(), Gap(), getAlnmtPosComparator(), getLength(), mergeGaps(), org::gel::mauve::analysis::SnpExporter::SuppressWarnings(), and toString(). |
|
|
Definition at line 30 of file Gap.java. Referenced by Gap(), and getFeatures(). |
|
|
Definition at line 32 of file Gap.java. Referenced by Gap(), relativePos(), and toString(). |
|
|
Definition at line 24 of file Gap.java. Referenced by Gap(), getPositionInContig(), and toString(). |
|
|
Definition at line 22 of file Gap.java. Referenced by compareTo(), Gap(), getAlnmtPosComparator(), getPosition(), mergeGaps(), and toString(). |
1.3.6