Description Usage Arguments Author(s) References See Also Examples
Function to create and write a wiggle track (UCSC Genome Browser format) to flat file from methylation data contained in a MassArrayData object
1 |
x |
|
file |
location of file to write wiggle track information; if "", wiggle track prints to the standard output connection: see |
append |
logical; if TRUE, the output is appended to an existent wiggle track file. If FALSE (default), a new file with a new header is created and any existing file of the same name is destroyed. |
colors |
vector of colors, indicates which colors to use for which wiggle track |
na.rm |
logical; if TRUE (default), missing values are removed from data. If FALSE any missing values cause an error |
sep |
a string used to separate columns. Using sep = "\t" (default) gives tab-delimited output. |
Reid F. Thompson (rthompso@aecom.yu.edu), John M. Greally (jgreally@aecom.yu.edu)
UCSC Genome Browser, http://genome.ucsc.edu/goldenPath/help/customTrack.html: Kent, W.J., Sugnet, C. W., Furey, T. S., Roskin, K.M., Pringle, T. H., Zahler, A. M., and Haussler, D. The Human Genome Browser at UCSC. Genome Res. 12(6), 996-1006 (2002).
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.