log,MetaboSet-method | R Documentation |
Log-transforms the exprs part of a MetaboSet object. Shortcust log2 and log10 also implemented.
For more information, see log
## S4 method for signature 'MetaboSet'
log(x, base = exp(1))
## S4 method for signature 'MetaboSet'
log2(x)
## S4 method for signature 'MetaboSet'
log10(x)
x |
a MetaboSet object |
base |
the base of the logarithm |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.