writeWIG {Starr} | R Documentation |
This function writes the all columns of the assayData to a wiggle file.
writeWIG(expressionSet, probeAnno, file, chr=NULL, probeLength=NULL)
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. |
Benedikt Zacher zacher@lmb.uni-muenchen.de