prop_na {structToolbox} | R Documentation |
Compares proportion of NA for all features in a DatasetExperiment using a Fisher's Exact test
prop_na(alpha = 0.05, mtc = "fdr", factor_name, ...)
alpha |
The p-value threshold. Default alpha = 0.05. |
mtc |
Multiple test correction method passed to |
factor_name |
The sample_meta column name to use. |
... |
additional slots and values passed to struct_class |
struct object
M = prop_na(factor_name='Species')