|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.experiment.personalization.ExperimentObject
com.compomics.util.experiment.SampleAnalysisSet
public class SampleAnalysisSet
A sample measurement set is a set of replicates from a common sample. User: Marc Date: Sep 1, 2010 Time: 10:05:53 AM
Constructor Summary | |
---|---|
SampleAnalysisSet(Sample referenceSample,
ArrayList<ProteomicAnalysis> replicates)
Contructor for a set of analysis of a sample |
|
SampleAnalysisSet(Sample referenceSample,
ProteomicAnalysis replicate)
Contructor for an analysis of a sample without replicates |
Method Summary | |
---|---|
ProteomicAnalysis |
getProteomicAnalysis(int replicateNumber)
Returns the analysis corresponding to the selected replicate |
ArrayList<Integer> |
getReplicateNumberList()
Returns a list containing replicate numbers |
Methods inherited from class com.compomics.util.experiment.personalization.ExperimentObject |
---|
addUrParam, getUrParam |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SampleAnalysisSet(Sample referenceSample, ProteomicAnalysis replicate)
referenceSample
- the reference samplereplicate
- the analysis for this samplepublic SampleAnalysisSet(Sample referenceSample, ArrayList<ProteomicAnalysis> replicates)
referenceSample
- the reference samplereplicates
- the set of replicates for this sampleMethod Detail |
---|
public ProteomicAnalysis getProteomicAnalysis(int replicateNumber)
replicateNumber
- index of the replicate analyzed
public ArrayList<Integer> getReplicateNumberList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |