Learn R Programming

OmicFlow (version 1.4.2)

sparse_to_dtable: Converting a sparse matrix to data.table

Description

Wrapper function that converts a sparseMatrix to data.table

Usage

sparse_to_dtable(sparsemat)

Value

A data.table class.

Arguments

sparsemat

A sparseMatrix class.