View source: R/miscFunctions.r
addDAResults | R Documentation |
Adding the DA results (run separately from C3NA required pipeline) to C3NA objects.
addDAResults( twoPhenoC3NAObj = twoPhenoC3NAObj, DAResults = NULL, verbose = TRUE )
twoPhenoC3NAObj |
(Required) C3NA objects after running comparePhenotypes() |
DAResults |
(Required) Differential abundance results, should have a 'TaxaName' column with any number of DA methods results. To ensure the data are selected correctly, only the logical (TRUE/FALSE) columns will be included. Please ensure the columns are reflect the correct type. |
verbose |
(Optional) If TRUE, the function will display how many number of taxa that shared or unique from the DA and C3NA pipeline. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.