export2CSV {phenoTest}R Documentation

Export object to comma-separated text file.

Description

Saves object as comma-separated text file (CSV), using write.csv.

Usage

export2CSV(x, file, row.names=FALSE, ...)

Arguments

x

object to be exported. Currently methods for objects of class epheno (produced with ExpressionPhenoTest function) are implemented.

file

Name of the file where the results are to be saved

row.names

Passed on to write.csv

...

Other arguments to be passed on to write.csv


[Package phenoTest version 1.38.0 Index]