exportMatrix: Export matrix to a file.

Description Usage Arguments

Description

The function allows you to export a matrix to a .csv file with a hard-coded filename (according to experimentName) in the "dataDirectory/output_tables" directory for further analysis.

Usage

1
exportMatrix(matrix, dataDirectory, experimentName, name)

Arguments

matrix

your matrix (e.g., expression matrix)

dataDirectory

CONCLUS output directory for a given experiment (supposed to be the same for one experiment during the workflow).

experimentName

name of the experiment which will appear at the beginning of the filenames (supposed to be the same for one experiment during the workflow).

name

name of the file. Will be placed after the experimentName header.


PolinaPavlovich/CONCLUS documentation built on May 10, 2019, 2:42 p.m.