Description Usage Arguments Author(s) References See Also Examples
Create and write a wiggle track (UCSC Genome Browser format) to flat file
1 | createWiggle(x, y, ...)
|
x |
matrix of numerical data, where each column represents data for an individual wiggle track. |
y |
an additional matrix of numerical data with columns corresponding to chr, start, and end, respectively. |
... |
Arguments to be passed to methods (see
|
Reid F. Thompson (rthompso@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 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.