R6 Class for loading and analysing sequence sets
R6 Class for loading and analysing sequence sets
Super class
floundeR::FloundeR -> InfographicItem
Public fields
.keythe infographic key e.g. ReadCount
.valuethe element's value e.g. 42
.iconthe fa-awesome code to use for the cartoon display
Methods
Method new()
Initialise a new instance of the R6 Class InfographicItem
This class is used to contain the information that is subsequently
rendered by the Infographic class.
Usage
InfographicItem$new(key = NA, value = NA, icon = NA)