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