Description Usage Arguments Details Value Author(s) See Also Examples
Merge two objects of class biom, maintaining metadata and other class structure.
1 2  | 
x | 
 an object (  | 
y | 
 an object (  | 
... | 
 unused  | 
Complete technical documentation is forthcoming. For the current preliminary release, please refer to the examples provided.
A biom object resulting from merging x and y.
Daniel T. Braithwaite
1 2 3 4 5 6 7  | ####  merging requires only that all colnames be unique, so nonsense can be performed
merge (xx1, xx4)
####  a more likely example, based on applying different normalizations
aa <- transform (xx4 [,1:8], t_Threshold, t_Log)
bb <- transform (xx4 [,9:16], t_Threshold=list(entry.min=5), t_Log)
xx4_norm <- merge (aa, bb)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.