commentary | R Documentation |
This function creates the commentary recommendation when there are more than 20 samples.
commentary(
nb_fit,
nb_fit_pval,
count_below_value,
count_below_value_pval,
low_pval
)
nb_fit |
Boolean representing if the count is below the threshold |
nb_fit_pval |
Boolean representing if the p-val count is below threshold |
count_below_value |
number of features below threshold |
count_below_value_pval |
number of features below p-val threshold |
low_pval |
pval threshold |
a commentary string statement
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.