Description Usage Arguments Value See Also Examples
Take a data.frame with columns start, end, strand (e.g. the output of enumerateAmplifications
) and plot
an arrow representation of the fragments to the current device.
1 |
frags |
A data.frame with columns start, end, strand (and name if label is TRUE) e.g. the output of |
label |
TRUE or FALSE if fragments should be labeled with name from the name column of frags |
NULL. Draws plot to current device
1 2 | frags<-enumerateAmplifications(c(10,20,30),c(40,50,60))
plotFrags(frags)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.