Description Usage Arguments Examples
Merges list of RDML
objects. The first object in the list becomes base object.
If experiments
or runs
have same name they will be combined.
Reacts with same id
, experiment
and run
overwrite each other!
1 | MergeRDMLs(to.merge)
|
to.merge |
|
1 2 3 4 5 6 7 8 9 10 | ## Not run:
PATH <- path.package("RDML")
filename <- paste(PATH, "/extdata/", "lc96_bACTXY.rdml", sep ="")
lc96 <- RDML$new(filename)
filename <- paste(PATH, "/extdata/", "stepone_std.rdml", sep ="")
stepone <- RDML$new(filename)
merged <- MergeRDMLs(list(lc96,stepone))
merged$AsDendrogram()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.