View source: R/legend_annotation_utils.R
get_significance_stars | R Documentation |
Get Significance Stars
get_significance_stars(
p_values,
thresholds = c(0.001, 0.01, 0.05),
symbols = c("***", "**", "*")
)
p_values |
Numeric vector of p-values |
thresholds |
Numeric vector of significance thresholds |
symbols |
Character vector of star symbols |
Character vector of star symbols
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.