
RDML
objectsMerges 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!
MergeRDMLs(to.merge)
RDML
objects that should be merged.
# 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()
# }
Run the code above in your browser using DataLab