melt.SingleCellAssay: "Melt" a 'SingleCellAssay' matrix

Description Usage Arguments Value Examples

View source: R/SingleCellAssay-methods.R

Description

Return a molten (flat) representation, taking the cross-product of the expression values, the colData (column meta data), and the feature data (mcols).

Usage

1
2
## S3 method for class 'SingleCellAssay'
melt(data, ..., na.rm = FALSE, value.name = "value")

Arguments

data

SingleCellAssay

...

ignored

na.rm

ignored

value.name

name of 'values' column in returned value

Value

A data.table, with the cartesian product of the row and column attributes and the expression values

Examples

1
2
3
data(vbetaFA)
melt.SingleCellAssay(vbetaFA[1:10,])
as(vbetaFA[1:10,], 'data.table')

MAST documentation built on Nov. 8, 2020, 8:19 p.m.