plotGraph | R Documentation |
Generates a visualization of a recapitulated graph object
plotGraph(object, ...)
## S4 method for signature 'PHGDataSet'
plotGraph(
object,
samples = NULL,
sampleHighlight = NULL,
seqnames = NULL,
start = NULL,
end = NULL,
colMajor = "maroon",
colMinor = "lightgrey"
)
object |
A |
... |
Additional parameters to pass for ref range inclusion |
samples |
Samples/taxa to include in plot |
sampleHighlight |
Sample path to highlight |
seqnames |
A sequence (e.g. chromosome) ID |
start |
Start position for ref ranges |
end |
End position for ref ranges |
colMajor |
Highlight path color |
colMinor |
Muted path color |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.