transformation | R Documentation |
Apply transformation to Metabolite object
transformation(object, method = "log")
object |
A Metabolite object. |
method |
Transform method, eg. "log", "pareto_scale", "scale", "inverse_rank_transform". A User defined method is also supported. |
A Metabolite object after transformation.
data(df_plasma)
d <- transformation(df_plasma)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.