Usage
"writeWig"(rs, design=NULL, log2.adj=TRUE, verbose=TRUE) "writeWig"(rs, seq.len = NULL, design=NULL, sample=20, drop.zero=TRUE, normalize=TRUE, verbose=TRUE)
Arguments
rs
The sequencing or array data.
design
design matrix specifying the contrast to compute (i.e. the samples to use and what differences to take)
log2.adj
whether to take log2 of array intensities.
verbose
Whether to write progress to screen
seq.len
If sequencing reads need to be extended, the fragment size to be used
sample
At what basepair resolution to sample the genome at
drop.zero
Whether to write zero values to the wiggle file - TRUE saves diskspace
normalize
Whether to normalize each lane to its total number of reads, TRUE is suggested