annotation_showMethod_UI_helper: UI show annotation helper - list of properties

Description Usage Arguments Value Examples

View source: R/GUI_utils.R

Description

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

Usage

1

Arguments

annotation

(peakPantherAnnotation) Object to describe

Value

(list) Named list of annotation properties

Examples

 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

peakPantheR documentation built on Nov. 8, 2020, 6:38 p.m.