| ISA-class | R Documentation | 
An S4 class to store information from an ISA-Tab data set, including an investigation file, one or more study files, and one or more assay files for each study file.
When creating a new object of class ISA via:
object <- new(Class = "ISA", path), the function
initialize(.Object, path) is called to initialize and create the
actual object. The initialize-method is seldomly used as a function
itself.
## S4 method for signature 'ISA' initialize(.Object, path)
.Object | 
 character, name of the object of class ISA to be initialized  | 
path | 
 length-one character vector containing the path to the ISA-Tab files of the dataset.  | 
pathA length-one character vector containing the path to the ISA-Tab dataset.
iFileNameA length-one character vector containing the investigation filename (by definition starting with i_ and ending at .txt).
oSRA data.frame containing the "ONTOLOGY SOURCE REFERENCE" section of the investigation file.
investA data.frame containing the "INVESTIGATION" section of the investigation file.
iPubsA data.frame containing the "INVESTIGATION PUBLICATIONS" section of the investigation file.
iContactsA data.frame containing the "INVESTIGATION CONTACTS" section of the investigation file.
studyA list of data.frames containing the "STUDY" sections of the investigation file. Each study has its own section and the study identifier is used to name each element in the list.
sDDA list of data.frames containing the "STUDY DESIGN DESCRIPTORS" sections of the investigation file. Each study has its own section and the study identifier is used to name each element in the list.
sPubsA list of data.frames containing the "STUDY PUBLICATIONS" sections of the investigation file. Each study has its own section and the study identifier is used to name each element in the list.
sFactsA list of data.frames containing the "STUDY FACTORS" sections of the investigation file. Each study has its own section and the study identifier is used to name each element in the list.
sAssaysA list of data.frames containing the "STUDY ASSAYS" sections of the investigation file. Each study has its own section and the study identifier is used to name each element in the list.
sProtsA list of data.frames containing the "STUDY PROTOCOLS" sections of the investigation file. Each study has its own section and he study identifier is used to name each element in the list.
sContactsA list of data.frames containing the "STUDY CONTACTS" sections of the investigation file. Each study has its own section and the study identifier is used to name each element in the list.
sFilesA list of data.frames containing the "Study Files", containing the contents of the Study Table files belonging to the studies in the investigation. Each study has one Study Table file.
aFilesA list of data.frames containing the "Assay Files", containing the contents of the Assay Table files belonging to the studies in the investigation. Each study can have multiple Assay Table files. Each element of the list is named by the Assay File Name.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.