Rdocumentation
powered by
Learn R Programming
Starr (version 1.28.0)
writeWIG: 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.