Description Usage Arguments Value Examples
Return a text description of an annotation for UI presentation
1 | annotation_showText_UI_helper(annotProp)
|
annotProp |
(list) Named list of annotation properties as
created by |
(str) Textual description of the annotation to show on UI
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | # Input
properties_default <- list(nbCompounds = 0,
nbSamples = 0,
uROIExist = FALSE,
useUROI = FALSE,
useFIR = FALSE,
isAnnotated = FALSE)
# Generate description
annotation_showText_UI_helper(properties_default)
# [[1]]
# [1] "Not annotated"
#
# [[2]]
# [1] "0 compounds"
#
# [[3]]
# [1] "0 samples"
#
# [[4]]
# [1] "updated ROI do not exist (uROI)"
#
# [[5]]
# [1] "does not use updated ROI (uROI)"
#
# [[6]]
# [1] "does not use fallback integration regions (FIR)"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.