public class SeqMappingCoverage extends java.lang.Object
Gene2D
Constructor and Description |
---|
SeqMappingCoverage() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getMappedLength()
Returns the summed length of the query sequence that was successfully mapped.
|
java.lang.Float |
getPercentIdentity()
Returns the percent identity of the query sequence to the mapping target for the
region(s) mapped.
|
java.lang.Integer |
getQueryLength()
Returns the length of the query sequence that was mapped.
|
SeqMappingCoverage |
setMappedLength(java.lang.Integer inValue)
Sets the summed length of the query sequence that was successfully mapped.
|
SeqMappingCoverage |
setPercentIdentity(java.lang.Float inValue)
Sets the percent identity of the query sequence to the mapping target for the
region(s) mapped.
|
SeqMappingCoverage |
setQueryLength(java.lang.Integer inValue)
Sets the length of the query sequence that was mapped.
|
public SeqMappingCoverage()
public SeqMappingCoverage setMappedLength(java.lang.Integer inValue)
inValue
- the length of the query seq portions that were covered by mappingpublic java.lang.Integer getMappedLength()
public SeqMappingCoverage setQueryLength(java.lang.Integer inValue)
inValue
- the query seq lengthpublic java.lang.Integer getQueryLength()
public SeqMappingCoverage setPercentIdentity(java.lang.Float inValue)
inValue
- the pct. identity of the query seq to the mapping targetpublic java.lang.Float getPercentIdentity()
[email protected]