Description Objects from the Class Slots Methods Author(s) See Also Examples
This class maintains information from an AssayTab dataset, including an investigation file, one or more study files, and one or more assay files for each study file.
Objects can be created by calls of the form new("AssayTab", ...).
pathObject of class "character", it represents the path of the ISA-Tab dataset to which this AssayTab belongs
study.filenameObject of class "character" with the filename of the study to which this assay belongs to.
study.identifierObject of class "character" with the identifier of the study to which this assay belongs to.
assay.filenameObject of class "character" with the filename of the assay.
assay.fileObject of class "data.frame" with the contents of the assay file.
assay.technology.typeObject of class "character" with the technology type of this assay.
assay.measurement.typeObject of class "character" with the measurement type of this assay.
assay.namesObject of class "data.frame" with the assay names for this assay file.
data.filenamesObject of class "data.frame" with the data filenames.
signature(x = "AssayTab"): ...
signature(.Object = "AssayTab", full.path="logical"): returns the raw data filenames for this assay
Alejandra Gonzalez-Beltran, isatools@googlegroups.com
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.