R/GUI_utils.R
annotation_showMethod_UI_helper.Rd
show method specific to the UI, that returns each field in a named list to ease display
annotation_showMethod_UI_helper(annotation)
(peakPantherAnnotation) Object to describe
(list) Named list of annotation properties
# 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
#>
# $nbCompounds
# [1] 0
#
# #$nbSamples
# [1] 0
#
# #$uROIExist
# [1] FALSE
#
# $useUROI
# [1] FALSE
#
# $useFIR
# [1] FALSE
#
# $isAnnotated
# [1] FALSE