Convert a LongTable assay into a BumpyMatrix object
dot-assayToBumpyMatrix.RdConvert a LongTable assay into a BumpyMatrix object
Arguments
- LT
LongTablewith 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 theBumpyMatrixbe sparse (i.e., is the assay sparse).