FeatureSet
to represent counts centred
on pointsA CountSet contains information about points located
on Outline
s. Each CountSet contains a list of
matrices, each of which has columns labelled X
and
Y
describing the cartesian coordinates (in the unscaled
coordinate frame) of the centres of boxes in the Outline, and a
column C
representing the counts in those boxes.
retistruct::FeatureSetCommon
-> retistruct::FeatureSet
-> CountSet
new()
Constructor
CountSet$new(data = NULL, cols = NULL)
data
List of matrices describing data. Each matrix
should have columns named X
, Y
and C
cols
Named vector of colours for each data set. The name is
used as the ID (label) for the data set. The colours should be names
present in the output of the colors
function
reconstruct()
Map the CountSet to a ReconstructedOutline
CountSet$reconstruct(ro)
ro
clone()
The objects of this class are cloneable with this method.
CountSet$clone(deep = FALSE)
deep
Whether to make a deep clone.