write_matrix: write_matrix

Description Usage Arguments Details

Description

Write matrix data to a gzipped file.

Usage

1
write_matrix(filename, mymatrix, sep = "\t", verbose = 1L)

Arguments

filename

filename for output

mymatrix

matrix to be written to file

sep

delimiting character

verbose

should verbose output be generated?

Details

Writes matrix data to a gzipped file delimited by sep. Data is appended to the file. This is intended to allow header information to be included by other calls. It should also allow files to grow with incremental processes.


knausb/coveRage documentation built on May 20, 2019, 12:52 p.m.