writePCL: Write a PCL file

Description Usage Arguments Value Author(s)

Description

Convenience function for writing a matrix or dataframe to a Maaslin-compatible PCL file. Function by Levi Waldron.

Usage

1
2
writePCL(obj, filename, transpose = TRUE, topleft.txt = "sample", 
    ...)

Arguments

obj

Matrix or dataframe to write to file.

filename

Output filename.

transpose

Transpose before writing?

topleft.txt

Need a word to put at the top of the first column.

...

Extra arguments passed to write.table.

Value

No output, function is called to write to file.

Author(s)

Levi Waldron and Markus Riester


lwaldron/LeviRmisc documentation built on May 21, 2019, 8:59 a.m.