View source: R/print_differentialTest.R
print.differentialTest | R Documentation |
differentialTest print function
## S3 method for class 'differentialTest'
print(x, ...)
x |
Object of class |
... |
No optional arguments are accepted at this time. |
NULL
. Displays printed differentialTest
summary.
# phyloseq example
data(soil_phylum_small_sample)
data(soil_phylum_small_otu)
da_analysis <- differentialTest(formula = ~ DayAmdmt,
phi.formula = ~ DayAmdmt,
formula_null = ~ 1,
phi.formula_null = ~ DayAmdmt,
test = "Wald", boot = FALSE,
data = soil_phylum_small_otu,
sample_data = soil_phylum_small_sample,
fdr_cutoff = 0.05,
try_only = 1:5)
print(da_analysis)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.