annotation_showMethod_UI_helper: UI show annotation helper - list of properties

View source: R/GUI_utils.R

annotation_showMethod_UI_helperR Documentation

UI show annotation helper - list of properties

Description

show method specific to the UI, that returns each field in a named list to ease display

Usage

annotation_showMethod_UI_helper(annotation)

Arguments

annotation

(peakPantherAnnotation) Object to describe

Value

(list) Named list of annotation properties

Examples

# 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

phenomecentre/peakPantheR documentation built on Feb. 29, 2024, 9:07 p.m.