public class Peptide extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parameter" type="{http://regis-web.systemsbiology.net/protXML}nameValueType" maxOccurs="unbounded" minOccurs="0"/>
<element name="modification_info" type="{http://regis-web.systemsbiology.net/protXML}modification_info" maxOccurs="unbounded" minOccurs="0"/>
<element name="peptide_parent_protein" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="protein_name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="indistinguishable_peptide" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="modification_info" type="{http://regis-web.systemsbiology.net/protXML}modification_info" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="peptide_sequence" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="charge" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
<attribute name="calc_neutral_pep_mass" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="peptide_sequence" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="charge" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="initial_probability" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="nsp_adjusted_probability" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="fpkm_adjusted_probability" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="ni_adjusted_probability" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="exp_sibling_ion_instances" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="exp_sibling_ion_bin" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="exp_tot_instances" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="peptide_group_designator" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="weight" type="{http://www.w3.org/2001/XMLSchema}double" default="1.0" />
<attribute name="is_nondegenerate_evidence" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="n_enzymatic_termini" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="n_sibling_peptides" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="n_sibling_peptides_bin" type="{http://www.w3.org/2001/XMLSchema}integer" default="0" />
<attribute name="max_fpkm" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="fpkm_bin" type="{http://www.w3.org/2001/XMLSchema}integer" default="0" />
<attribute name="n_instances" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="calc_neutral_pep_mass" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="is_contributing_evidence" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
calcNeutralPepMass |
protected Integer |
charge |
protected Double |
expSiblingIonBin |
protected Double |
expSiblingIonInstances |
protected Double |
expTotInstances |
protected Double |
fpkmAdjustedProbability |
protected Integer |
fpkmBin |
protected List<IndistinguishablePeptide> |
indistinguishablePeptide |
protected double |
initialProbability |
protected String |
isContributingEvidence |
protected String |
isNondegenerateEvidence |
protected Double |
maxFpkm |
protected List<ModificationInfo> |
modificationInfo |
protected Integer |
nEnzymaticTermini |
protected Double |
niAdjustedProbability |
protected Integer |
nInstances |
protected Double |
nSiblingPeptides |
protected Integer |
nSiblingPeptidesBin |
protected Double |
nspAdjustedProbability |
protected List<NameValueType> |
parameter |
protected String |
peptideGroupDesignator |
protected List<PeptideParentProtein> |
peptideParentProtein |
protected String |
peptideSequence |
protected Double |
weight |
| Constructor and Description |
|---|
Peptide() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getCalcNeutralPepMass()
Gets the value of the calcNeutralPepMass property.
|
Integer |
getCharge()
Gets the value of the charge property.
|
Double |
getExpSiblingIonBin()
Gets the value of the expSiblingIonBin property.
|
Double |
getExpSiblingIonInstances()
Gets the value of the expSiblingIonInstances property.
|
Double |
getExpTotInstances()
Gets the value of the expTotInstances property.
|
Double |
getFpkmAdjustedProbability()
Gets the value of the fpkmAdjustedProbability property.
|
int |
getFpkmBin()
Gets the value of the fpkmBin property.
|
List<IndistinguishablePeptide> |
getIndistinguishablePeptide()
Gets the value of the indistinguishablePeptide property.
|
double |
getInitialProbability()
Gets the value of the initialProbability property.
|
String |
getIsContributingEvidence()
Gets the value of the isContributingEvidence property.
|
String |
getIsNondegenerateEvidence()
Gets the value of the isNondegenerateEvidence property.
|
Double |
getMaxFpkm()
Gets the value of the maxFpkm property.
|
List<ModificationInfo> |
getModificationInfo()
Gets the value of the modificationInfo property.
|
Integer |
getNEnzymaticTermini()
Gets the value of the nEnzymaticTermini property.
|
Double |
getNiAdjustedProbability()
Gets the value of the niAdjustedProbability property.
|
Integer |
getNInstances()
Gets the value of the nInstances property.
|
Double |
getNSiblingPeptides()
Gets the value of the nSiblingPeptides property.
|
int |
getNSiblingPeptidesBin()
Gets the value of the nSiblingPeptidesBin property.
|
Double |
getNspAdjustedProbability()
Gets the value of the nspAdjustedProbability property.
|
List<NameValueType> |
getParameter()
Gets the value of the parameter property.
|
String |
getPeptideGroupDesignator()
Gets the value of the peptideGroupDesignator property.
|
List<PeptideParentProtein> |
getPeptideParentProtein()
Gets the value of the peptideParentProtein property.
|
String |
getPeptideSequence()
Gets the value of the peptideSequence property.
|
double |
getWeight()
Gets the value of the weight property.
|
void |
setCalcNeutralPepMass(Double value)
Sets the value of the calcNeutralPepMass property.
|
void |
setCharge(Integer value)
Sets the value of the charge property.
|
void |
setExpSiblingIonBin(Double value)
Sets the value of the expSiblingIonBin property.
|
void |
setExpSiblingIonInstances(Double value)
Sets the value of the expSiblingIonInstances property.
|
void |
setExpTotInstances(Double value)
Sets the value of the expTotInstances property.
|
void |
setFpkmAdjustedProbability(Double value)
Sets the value of the fpkmAdjustedProbability property.
|
void |
setFpkmBin(Integer value)
Sets the value of the fpkmBin property.
|
void |
setInitialProbability(double value)
Sets the value of the initialProbability property.
|
void |
setIsContributingEvidence(String value)
Sets the value of the isContributingEvidence property.
|
void |
setIsNondegenerateEvidence(String value)
Sets the value of the isNondegenerateEvidence property.
|
void |
setMaxFpkm(Double value)
Sets the value of the maxFpkm property.
|
void |
setNEnzymaticTermini(Integer value)
Sets the value of the nEnzymaticTermini property.
|
void |
setNiAdjustedProbability(Double value)
Sets the value of the niAdjustedProbability property.
|
void |
setNInstances(Integer value)
Sets the value of the nInstances property.
|
void |
setNSiblingPeptides(Double value)
Sets the value of the nSiblingPeptides property.
|
void |
setNSiblingPeptidesBin(Integer value)
Sets the value of the nSiblingPeptidesBin property.
|
void |
setNspAdjustedProbability(Double value)
Sets the value of the nspAdjustedProbability property.
|
void |
setPeptideGroupDesignator(String value)
Sets the value of the peptideGroupDesignator property.
|
void |
setPeptideSequence(String value)
Sets the value of the peptideSequence property.
|
void |
setWeight(Double value)
Sets the value of the weight property.
|
protected List<NameValueType> parameter
protected List<ModificationInfo> modificationInfo
protected List<PeptideParentProtein> peptideParentProtein
protected List<IndistinguishablePeptide> indistinguishablePeptide
protected String peptideSequence
protected Integer charge
protected double initialProbability
protected Double nspAdjustedProbability
protected Double fpkmAdjustedProbability
protected Double niAdjustedProbability
protected Double expSiblingIonInstances
protected Double expSiblingIonBin
protected Double expTotInstances
protected String peptideGroupDesignator
protected Double weight
protected String isNondegenerateEvidence
protected Integer nEnzymaticTermini
protected Double nSiblingPeptides
protected Integer nSiblingPeptidesBin
protected Double maxFpkm
protected Integer fpkmBin
protected Integer nInstances
protected Double calcNeutralPepMass
protected String isContributingEvidence
public List<NameValueType> getParameter()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
NameValueType
public List<ModificationInfo> getModificationInfo()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the modificationInfo property.
For example, to add a new item, do as follows:
getModificationInfo().add(newItem);
Objects of the following type(s) are allowed in the list
ModificationInfo
public List<PeptideParentProtein> getPeptideParentProtein()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the peptideParentProtein property.
For example, to add a new item, do as follows:
getPeptideParentProtein().add(newItem);
Objects of the following type(s) are allowed in the list
PeptideParentProtein
public List<IndistinguishablePeptide> getIndistinguishablePeptide()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the indistinguishablePeptide property.
For example, to add a new item, do as follows:
getIndistinguishablePeptide().add(newItem);
Objects of the following type(s) are allowed in the list
IndistinguishablePeptide
public String getPeptideSequence()
Stringpublic void setPeptideSequence(String value)
value - allowed object is
Stringpublic Integer getCharge()
Stringpublic void setCharge(Integer value)
value - allowed object is
Stringpublic double getInitialProbability()
public void setInitialProbability(double value)
public Double getNspAdjustedProbability()
Doublepublic void setNspAdjustedProbability(Double value)
value - allowed object is
Doublepublic Double getFpkmAdjustedProbability()
Doublepublic void setFpkmAdjustedProbability(Double value)
value - allowed object is
Doublepublic Double getNiAdjustedProbability()
Doublepublic void setNiAdjustedProbability(Double value)
value - allowed object is
Doublepublic Double getExpSiblingIonInstances()
Doublepublic void setExpSiblingIonInstances(Double value)
value - allowed object is
Doublepublic Double getExpSiblingIonBin()
Doublepublic void setExpSiblingIonBin(Double value)
value - allowed object is
Doublepublic Double getExpTotInstances()
Doublepublic void setExpTotInstances(Double value)
value - allowed object is
Doublepublic String getPeptideGroupDesignator()
Stringpublic void setPeptideGroupDesignator(String value)
value - allowed object is
Stringpublic double getWeight()
Doublepublic void setWeight(Double value)
value - allowed object is
Doublepublic String getIsNondegenerateEvidence()
Stringpublic void setIsNondegenerateEvidence(String value)
value - allowed object is
Stringpublic Integer getNEnzymaticTermini()
Stringpublic void setNEnzymaticTermini(Integer value)
value - allowed object is
Stringpublic Double getNSiblingPeptides()
Doublepublic void setNSiblingPeptides(Double value)
value - allowed object is
Doublepublic int getNSiblingPeptidesBin()
Stringpublic void setNSiblingPeptidesBin(Integer value)
value - allowed object is
Stringpublic Double getMaxFpkm()
Doublepublic void setMaxFpkm(Double value)
value - allowed object is
Doublepublic int getFpkmBin()
Stringpublic void setFpkmBin(Integer value)
value - allowed object is
Stringpublic Integer getNInstances()
Stringpublic void setNInstances(Integer value)
value - allowed object is
Stringpublic Double getCalcNeutralPepMass()
Doublepublic void setCalcNeutralPepMass(Double value)
value - allowed object is
Doublepublic String getIsContributingEvidence()
StringCopyright © 2017. All rights reserved.