gov.nih.nci.caarray.external.v1_0.data
Class MageTabFileSet
java.lang.Object
gov.nih.nci.caarray.external.v1_0.data.MageTabFileSet
- All Implemented Interfaces:
- java.io.Serializable
public class MageTabFileSet
- extends java.lang.Object
- implements java.io.Serializable
MageTabFileSet is a container for the mage-tab representation of an experiment. It consists of the IDF and SDRF
representing experiment metadata, and a list of DataFiles for the associated data files.
- Author:
- dkokotov
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MageTabFileSet
public MageTabFileSet()
getIdf
public FileContents getIdf()
- Returns:
- the idf
setIdf
public void setIdf(FileContents idf)
- Parameters:
idf
- the idf to set
getSdrf
public FileContents getSdrf()
- Returns:
- the sdrf
setSdrf
public void setSdrf(FileContents sdrf)
- Parameters:
sdrf
- the sdrf to set
getDataFiles
public java.util.Set<File> getDataFiles()
- Returns:
- the dataFiles
setDataFiles
public void setDataFiles(java.util.Set<File> dataFiles)
- Parameters:
dataFiles
- the dataFiles to set