Last data update: 2014.03.03

R: write ChIP-chip data to a *.wig file
writeWIGR Documentation

write ChIP-chip data to a *.wig file

Description

This function writes the all columns of the assayData to a wiggle file.

Usage

writeWIG(expressionSet, probeAnno, file, chr=NULL, probeLength=NULL) 

Arguments

expressionSet

an ExpressionSet object

probeAnno

a probeAnno object

file

path to write to

chr

subset of chromosomes in probeAnno. If specified, only the subset is written to the file.

probeLength

length of the probes on the chip.

Author(s)

Benedikt Zacher zacher@lmb.uni-muenchen.de

Results