Description Usage Arguments Value Examples
Join a new data frame of results to a MetaboSet object. The data frame needs to have a column "Feature_ID". This function is usually called on the results of one of the statistics functions.
1  | join_results(object, dframe)
 | 
object | 
 a MetaboSet object  | 
dframe | 
 a data frame with the results  | 
a MetaboSet object with the new information added to results(object)
1 2 3  | lm_results <- perform_lm(example_set, formula_char = "Feature ~ Group")
with_results <- join_results(example_set, lm_results)
colnames(results(with_results))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.