exportD: Export Dobs

Description Usage Arguments Details Author(s) Examples

Description

Export Dobs to a csv file

Usage

1
exportD(Dobs, labels, prefix)

Arguments

Dobs

The D matrix, which contains the observed differences between the two conditions returned by dPCA.

labels

Vector consists of the labels of each component in the D matrix.

file

The filename of the csv file to be exported.

Details

This functions writes a csv file containing the composition of the components which can be further display with the web application net, rank, and rna.

Author(s)

Qi Wang

Examples

1
2
data(sample)
exportD(res$Dobs, c('K4me1','K4me3','K27ac','Meth'), "CLLcomp.csv")

qwang-big/irene documentation built on May 23, 2019, 1:47 p.m.