Description Usage Arguments Author(s) See Also Examples
Some additional details about this S4 generic and its methods. The extra blank line between this section and the title is critical for roxygen2 to differentiate the title from the description section.
1 2 3 | plotLDTriangular(x = "twk", from = "ANY", to = "ANY",
orientation = "numeric", colors = "ANY", bg = "ANY",
opacity = "ANY", annotate = "logical", really = "logical", ...)
|
x |
Input Tomahawk class. |
from |
Start position in base-pairs. |
to |
End position in base-pairs. |
colors |
Vector of colors used to plot with. These are different from |
opacity |
Logical flag/numerical value controlling opacity levels of colors. If
set to the logical |
annotate |
Logical flag for setting header title and subtitle overlay on plot. |
really |
Logical flag to prevent plotting too many points.
Set this to |
Marcus D. R. Klarqvist <mk819@cam.ac.uk> | <https://mdrk.me>
twk_data
, twk_header
,
twk_filter
, and twk
1 2 3 4 5 6 | # This example assumes you have a Tomahawk file called "1kgp3_chr6.two" in
# your current working directory.
f<-setFilters(minR2=0.5)
twk<-openTomahawkOutput("1kgp3_chr6.two")
y<-readRecords(twk,f,"6:5e6-10e6",really=TRUE)
plotLDTriangular(y, ylim=c(0, 500e3), xlim=c(6e6, 7e6))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.