Description Usage Arguments Author(s) Examples
Write a fixedStep wig file
1 |
chrom |
A character vector giving chromosome name for each point. Will be recycled to length(start) |
start |
An integer vector giving start coordinate for each point. |
score |
A numeric vector giving score at each point Will be recycled to length(start) |
span |
An integer giving span (ie, length) of each element (all elements must have the same length, so only a single value is allowed). |
file |
The name of the file to write to (will be overwritten). A value of NULL implies write to console. |
append |
Whether to append to the file. If FALSE, file will be overwritten. |
Melissa J. Hubisz
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.