public class PrecursorInfo extends Object implements Serializable
| Constructor and Description |
|---|
PrecursorInfo() |
| Modifier and Type | Method and Description |
|---|---|
ActivationInfo |
getActivationInfo() |
Integer |
getCharge()
Precursor charge is optional in mzXML/mzML, so it can be null.
|
Double |
getIntensity() |
DoubleRange |
getMzRange()
TODO: might be better to treat null values as infinity and always return non-null DoubleRange.
|
Double |
getMzRangeEnd()
The end of isolation window mz range
|
Double |
getMzRangeStart()
The beginning of isolation window mz range
|
Double |
getMzTarget()
In case of DDA runs, the m/z value for the actual peak that triggered fragmentation.
|
Double |
getMzTargetMono()
The assumed monoisotopic m/z of the selected ion.
|
Integer |
getParentScanNum()
Every scan can have a parent, if msLevel is > 1
type is Integer and not int, so we could use null for MS1 scans
|
String |
getParentScanRefRaw() |
void |
setActivationInfo(ActivationInfo activationInfo) |
void |
setCharge(Integer charge) |
void |
setIntensity(Double intensity) |
void |
setMzRangeEnd(Double mzRangeEnd) |
void |
setMzRangeStart(Double mzRangeStart) |
void |
setMzTarget(Double mzTarget) |
void |
setMzTargetMono(Double mzTargetMono) |
void |
setParentScanNum(Integer parentScanNum) |
void |
setParentScanRefRaw(String parentScanRefRaw) |
public String getParentScanRefRaw()
public void setParentScanRefRaw(String parentScanRefRaw)
public Integer getParentScanNum()
public void setParentScanNum(Integer parentScanNum)
public Double getMzTarget()
public void setMzTarget(Double mzTarget)
public Double getMzTargetMono()
public void setMzTargetMono(Double mzTargetMono)
public Integer getCharge()
public void setCharge(Integer charge)
public Double getMzRangeStart()
public void setMzRangeStart(Double mzRangeStart)
public Double getMzRangeEnd()
public DoubleRange getMzRange()
DoubleRangepublic void setMzRangeEnd(Double mzRangeEnd)
public ActivationInfo getActivationInfo()
public void setActivationInfo(ActivationInfo activationInfo)
public Double getIntensity()
public void setIntensity(Double intensity)
Copyright © 2017. All rights reserved.