tab2spar: Read a tab-delimited table into a sparse matrix

Description Usage Arguments Value

View source: R/tab2spar.R

Description

Read a tab-delimited table of densely formatted numerical data with many of zeroes into a sparse matrix object dgCMatrix

Usage

1
  tab2spar(con, transpose=FALSE)

Arguments

con

Input as R connection object, which can be a name to a local (compressed) file

transpose

Transpose the matrix

Value

An object of dgCMatrix class (see the Matrix package)


pwirapati/acdx documentation built on Jan. 11, 2021, 12:31 a.m.