R6 Class for loading and analysing sequence sets

R6 Class for loading and analysing sequence sets

Super class

floundeR::FloundeR -> InfographicItem

Public fields

.key

the infographic key e.g. ReadCount

.value

the element's value e.g. 42

.icon

the fa-awesome code to use for the cartoon display

Methods

Public methods

Inherited 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)

Arguments

key

the infographic key e.g. ReadCount

value

the element's value e.g. 42

icon

the fa-awesome code to use for the cartoon display


Method clone()

The objects of this class are cloneable with this method.

Usage

InfographicItem$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.