merge | R Documentation |
merges two or more BioData objects
merge(x, objects = list())
x |
the first BioData object |
objects |
a list of all others to merge to |
objects # is a list of BioDat objects having the same gene annotation type (e.g. ENSEMBL IDs!)
data <- objects[[1]]
objects[[1]] = NULL
merged <- merge ( data, objects)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.