Description Usage Arguments Value Examples
show method specific to the UI, that returns each field in a named list to ease display
1 | annotation_showMethod_UI_helper(annotation)
|
annotation |
(peakPantherAnnotation) Object to describe |
(list) Named list of annotation properties
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # Initialise an empty annotation, no uROI, no use of FIR
annotInit <- peakPantheRAnnotation()
# return properties
annotation_showMethod_UI_helper(annotInit)
# $nbCompounds
# [1] 0
#
# #$nbSamples
# [1] 0
#
# #$uROIExist
# [1] FALSE
#
# $useUROI
# [1] FALSE
#
# $useFIR
# [1] FALSE
#
# $isAnnotated
# [1] FALSE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.