Description Usage Arguments Note Author(s) Examples
Write a features object in fixedStep wig format
1 | write.wig.feat(x, file = NULL, append = FALSE)
|
x |
An object of type feat |
file |
The name of the file to write to. A value of NULL implies write to console. |
append |
If TRUE, append to the file. Otherwise overwrite. |
Wig format only contains chromosome, coordinates, and score. Any other data will be lost.
This function will quit with an error if the elements of x are not all the same length (as required by fixedStep wig format).
If x is stored as a pointer to a C structure, the elements will be sorted by this function.
Melissa J. Hubisz
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.