Melt a rectangular array
melt.SingleCellAssay(data, ...)# S4 method for SingleCellAssay
melt(data, ...)
A rectangular array, with attributes attached to its rows and columns
ignored
A data.frame
typically, with the cartesian product of the
row and column attributes and the values from the rectangular array
Return a 'molten' (flat) representation of a rectangular array
signature(data="SingleCellAssay")
: return a data.frame
, which contains a melted version of data
.