Description Usage Arguments Value
View source: R/gen_norm_microbiome.R
Generating the final combined bug output
1 2 3 4 5 6 7 8 9 | final_output_gen(
no_diff_feat,
diff_abun_features,
diff_Y,
null_Y,
diff_bugs,
nodiff_bugs,
final_output = NULL
)
|
no_diff_feat |
number of non differentially abundant features |
diff_abun_features |
number of differentially abundant features |
diff_Y |
simulated outcome for differentially abundant features |
null_Y |
simulated outcome for non differentially abundant features |
diff_bugs |
sample information for differentially abundant features |
nodiff_bugs |
sample information for non differentially abundant features |
final_output |
final object that will store the simulated data |
final output list with the OTU table and corresponding bug feature data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.