apply.test | R Documentation |
This function applies one of the implemented differential abundance testing methods to a dataset within the simulation
apply.test(sim.location, group, type='default',
subset=NA_real_, norm='pass',
test='wilcoxon', conf=NULL, ...)
sim.location |
file name for the .h5 file containing the simulations |
group |
character, name of the group within the .h5 file containing the simulated features |
type |
character, name of the index group within the .h5 file
containing the testing or bootstrapping indices
Can be either |
subset |
vector, subset size(s) to be tested |
norm |
character, normalization method to be applied before testing |
test |
character, differential abundance testing method |
conf |
character, name of the confounder metadata column |
... |
additional parameters (for experts) |
todo
This function returns a list of P-values matrices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.