MultiDataSet is a superior class to store multiple
datasets in form of triplets (assayData-phenoData-featureData). The datasets must be eSet or
SummarizedExperiment.
"add_eset"(object, set, dataset.type, dataset.name = NULL, warnings = TRUE, overwrite = FALSE, GRanges)
"add_genexp"(object, gexpSet, ...)
"add_rnaseq"(object, rnaSet, ...)
"add_methy"(object, methySet, ...)
"add_methy"(object, methySet, ...)
"add_rse"(object, set, dataset.type, dataset.name = NULL, warnings = TRUE, overwrite = FALSE)
"add_snps"(object, snpSet, ...)
"as.list"(x)
"assayData"(object)
"commonIds"(object)
"commonSamples"(object)
createMultiDataSet()
"fData"(object)
"length"(x)
"names"(x)
"sampleNames"(object)
"pData"(object)
"rowRanges"(x)
"[["(x, i)
"["(x, i, j, k, ..., drop = FALSE)MultiDataSeteSet to be used to fill the slot.GenomicRanges to be included in rowRanges slot.ExpressionSet to be used to fill the slot.add_eset.ExpressionSet to be used to fill the slot.MethylationSet to be used to fill the slot.SnpSet to be used to fill the slot.MultiDataSetGenomicRange used to filter the features.MultiDataSet
add_eset: Method to add an eSet to MultiDataSet. add_genexp: Method to add a slot of expression to MultiDataSet. add_rnaseq: Method to add a slot of (RNASeq) expression to MultiDataSet. add_methy: Method to add a slot of methylation to MultiDataSet. add_methy: Method to add a slot of methylation to MultiDataSet. add_rse: Method to add a RangedSummarizedExperiment to MultiDataSet. add_snps: Method to add a slot of SNPs to MultiDataSet. as.list: Returns a list with the first matrix of each
dataset. assayData: Retrieve all assay data blocks. commonIds: Get the name of the ids common to all datasets commonSamples: Get a MultiDataSet only with the samples present in all the tables fData: Retrieve information on features. length: Returns the number of sets into the object. names: Get the names of the slots. sampleNames: Get sample names pData: Retrieve information on experimental phenotypes. rowRanges: Retrieve information on feature ranges. [[: Get a set from a slot [: Subset a MultiDataSet
assayDataassayData elements.phenoDataAnnotatedDataFrame containing the phenoData
of each assayData.featureDataAnnotatedDataFrame containing the featureData
of each assayData.rowRangesGenomicRanges containing the rowRanges
of each assayData.return_methodassayData, phenoData and
featureData) must be the same.
add_eset, add_rse