public class FractionParameters extends ExperimentObject
NO_KEY
Constructor and Description |
---|
FractionParameters()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
HashMap<String,no.uib.jsparklines.data.XYDataPoint> |
getFractionMolecularWeightRanges()
Returns the user provided molecular weight ranges for the fractions.
|
Double |
getProteinConfidenceMwPlots()
Returns the protein confidence for inclusion in MW plots.
|
String |
getShortDescription()
Returns a short description of the parameters.
|
boolean |
isSameAs(FractionParameters fractionSettings)
Returns a boolean indicating whether other given settings are the same as
these.
|
void |
setFractionMolecularWeightRanges(HashMap<String,no.uib.jsparklines.data.XYDataPoint> fractionMolecularWeightRanges)
Set the user provided molecular weight ranges for the fractions.
|
void |
setProteinConfidenceMwPlots(Double proteinConfidenceMwPlots)
Sets the protein confidence for inclusion in MW plots.
|
addUrParam, asLong, clearParametersMap, getId, getUrParam, getUrParams, removeUrParam, setId, setUrParams
public Double getProteinConfidenceMwPlots()
public void setProteinConfidenceMwPlots(Double proteinConfidenceMwPlots)
proteinConfidenceMwPlots
- the protein confidence for inclusion in
MW plotspublic boolean isSameAs(FractionParameters fractionSettings)
fractionSettings
- other settings to compare topublic HashMap<String,no.uib.jsparklines.data.XYDataPoint> getFractionMolecularWeightRanges()
public void setFractionMolecularWeightRanges(HashMap<String,no.uib.jsparklines.data.XYDataPoint> fractionMolecularWeightRanges)
fractionMolecularWeightRanges
- the fractionMolecularWeightRanges to
setpublic String getShortDescription()
Copyright © 2021. All rights reserved.