fwrite_mm: Efficiently write Matrix Market format

View source: R/io.R

fwrite_mmR Documentation

Efficiently write Matrix Market format

Description

Efficiently write Matrix Market format

Usage

fwrite_mm(x, fname, sep = " ", row.names = TRUE, col.names = TRUE)

Arguments

x

sparse matrix

fname

file name

sep

separator for output file

row.names

save row names of the matrix

col.names

save column names of the matrix

Value

None


tanaylab/tgutil documentation built on March 16, 2024, 12:07 a.m.