Description Usage Arguments Value See Also Examples
This method adds or overwrites a slot of a MultiDataSet
with the content
of the given eSet
.
1 2 3 4 5 6 7 8 9 10 11 |
object |
|
set |
Object derived from |
dataset.type |
Character with the type of data of the omic set (e.g. expression, methylation...) |
dataset.name |
Character with the specific name for this set (NULL by default). It is useful when there are several sets of the same type (e.g. multiple expression assays) |
sample.tables |
Character with the names of the slots with sample data besides phenoData. |
feature.tables |
Character with the names of the slots with feature data besides featureData. |
warnings |
Logical to indicate if warnings will be displayed. |
overwrite |
Logical to indicate if the set stored in the slot will be overwritten. |
GRanges |
|
A new MultiDataSet
with a slot filled.
add_methy
, add_genexp
, add_rnaseq
, add_snps
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.