Uses of Class
com.compomics.util.pride.prideobjects.Sample
Package | Description |
---|---|
com.compomics.util.pride |
Objects related to mapping to PRIDE.
|
com.compomics.util.pride.prideobjects |
Objects related to mapping experiment annotation to PRIDE.
|
-
Uses of Sample in com.compomics.util.pride
Methods in com.compomics.util.pride that return types with arguments of type Sample Modifier and Type Method Description HashMap<String,Sample>
PrideObjectsFactory. getSamples()
Returns the samples.Methods in com.compomics.util.pride with parameters of type Sample Modifier and Type Method Description void
PrideObjectsFactory. addSample(Sample sample)
Adds a sample in the PRIDE objects.void
PrideObjectsFactory. deleteSample(Sample sample)
Delete the given sample. -
Uses of Sample in com.compomics.util.pride.prideobjects
Methods in com.compomics.util.pride.prideobjects that return types with arguments of type Sample Modifier and Type Method Description static ArrayList<Sample>
Sample. getDefaultSamples()
Returns a list of default samples.