Learn R Programming

MAST (version 0.931)

melt.SingleCellAssay: Melt a rectangular array

Description

Return a 'molten' (flat) representation of a rectangular array

Usage

# S3 method for SingleCellAssay
melt(data, ...)

Arguments

data

A rectangular array, with attributes attached to its rows and columns

...

ignored

Value

A data.frame typically, with the cartesian product of the row and column attributes and the values from the rectangular array