View source: R/corncob_results_into_list.R
| corncob_results_into_list | R Documentation | 
An easy wrangling function to extract all results from a corncob differential abundance experiment. NB: so far two things are left to test: (1) the order of the formulas might be important, and the last term is what this function will extract. (2) Extraction of results for regression against a continuous variable is not available yet
corncob_results_into_list(res, class = "factor")
res | 
 A 'corncob differentialTest' result object. \textbfNB: only analyses with 'phyloseq'objects as input are supported for now.  | 
class | 
|
trait | 
 A 'character' vector with the metadata column name to extract the results from.  | 
A 'list' of 'data.frame's with all contrasts applicable against the reference. NB: other pairwise contrasts are not made
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.