Class PeptElt
java.lang.Object
|
+----PeptElt
- public class PeptElt
- extends Object
-
Fdx1
- Fdx1 and Fdx2 define respectively the left and the right
mass margin we get due to a mistake made by a spectrometer
-
Fdx2
-
-
FIntensity
- Relative intensity of a Peptide after a spectrometer digestion
(relative to Carbon-12 (? not very sure))
-
FMass
-
-
FMc
-
-
FMcDesc
-
-
FPosition
-
-
FSequence
-
-
PeptElt()
- void constructor for vectorisation and listing
-
PeptElt(float, float, float, float, int, String, String, String)
- constructing a peptide with all information, when some information should be
omitted, use "?" for string values and 0 for integer or float values
-
getDx1()
-
-
getDx2()
-
-
getIntensity()
-
-
getMass()
-
-
getMc()
-
-
getMcDesc()
-
-
getPosition()
-
-
getSequence()
-
-
setDx1(float)
-
-
setDx2(float)
-
-
setIntensity(float)
-
-
setMass(float)
-
-
setMc(int)
- number of missed cleavage sites for the current Peptide
-
setMcDesc(String)
- Missed Cleavage sites resulting from a non-division of two Peptides
(typically returned by PeptIdent at www.expasy.ch)
something of a form: NAME:VALUE
-
setPosition(String)
- position of a peptide in a protein sequence
something of a form "456-789"
-
setSequence(String)
- sequence of the peptide, something of a form AAFFEEBB
FMass
private float FMass
FIntensity
private float FIntensity
- Relative intensity of a Peptide after a spectrometer digestion
(relative to Carbon-12 (? not very sure))
Fdx1
private float Fdx1
- Fdx1 and Fdx2 define respectively the left and the right
mass margin we get due to a mistake made by a spectrometer
Fdx2
private float Fdx2
FMcDesc
private String FMcDesc
FMc
private int FMc
FPosition
private String FPosition
FSequence
private String FSequence
PeptElt
PeptElt(float mass,
float intensity,
float dx1,
float dx2,
int Mc,
String McDesc,
String Position,
String Sequence)
- constructing a peptide with all information, when some information should be
omitted, use "?" for string values and 0 for integer or float values
PeptElt
PeptElt()
- void constructor for vectorisation and listing
setMass
public boolean setMass(float Value)
getMass
public float getMass()
setIntensity
public boolean setIntensity(float Value)
getIntensity
public float getIntensity()
setDx1
public boolean setDx1(float Value)
getDx1
public float getDx1()
setDx2
public boolean setDx2(float Value)
getDx2
public float getDx2()
setMcDesc
public boolean setMcDesc(String Value)
- Missed Cleavage sites resulting from a non-division of two Peptides
(typically returned by PeptIdent at www.expasy.ch)
something of a form: NAME:VALUE
getMcDesc
public String getMcDesc()
setMc
public boolean setMc(int Value)
- number of missed cleavage sites for the current Peptide
getMc
public int getMc()
setPosition
public boolean setPosition(String Value)
- position of a peptide in a protein sequence
something of a form "456-789"
getPosition
public String getPosition()
setSequence
public boolean setSequence(String Value)
- sequence of the peptide, something of a form AAFFEEBB
getSequence
public String getSequence()