Convert a LongTable assay into a BumpyMatrix object
dot-assayToBumpyMatrix.Rd
Convert a LongTable assay into a BumpyMatrix object
Arguments
- LT
LongTable
with assay to convert intoBumpyMatrix
- assay
character(1)
A valid assay name inLT
, as returned byassayNames(LT)
.- rows
character()
The rownames associated with the assay rowKey- cols
character()
The names associated with the assay colKey- sparse
logical(1)
Should theBumpyMatrix
be sparse (i.e., is the assay sparse).