export2CSV: Export object to comma-separated text file.

Description Usage Arguments

Description

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

Usage

1

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


phenoTest documentation built on Nov. 8, 2020, 7:53 p.m.