Description Usage Arguments Details Value Author(s) Examples
Writes sequencing data out into wiggle files
1 2 3 4 |
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 |
A wiggle file is created for each column in the design matrix (if design is left as NULL, then a file is created for each array/lane of sequencing). The filenames are given by the column names of the design matrix, and if ending in "gz" will be written out as a gzfile.
Wiggle file(s) are created
Aaron Statham
1 | #See examples in the manual
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.