simple | R Documentation |
Call simple events in gGraph
simple(
gg,
reciprocal.thresh = 10000,
tra.pad = 1e+06,
mark = TRUE,
mark.col = "purple"
)
gg |
gGraph, must have 'cn' node and edge annotation |
reciprocal.thresh |
reciprocal threshold added to alt.shadows to find translocations Default: 1e4 |
tra.pad |
translocation padding to add on when finding locations Default: 1e6 |
mark |
logical flag specifying whether to mark fold backs Default: TRUE |
mark.col |
character specifying colors to mark graph with Default: 'purple' |
simple event calling includes 3 events: inversion, inverted duplication, and translocation.
For how to run this function: Simple
gGraph object containing labeling the putative event
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.