View source: R/exported_functions.R
r_LOD_plot | R Documentation |
r_LOD_plot
plots r versus LOD, colour separated for different phases.
r_LOD_plot(
linkage_df,
plot_main = "",
chm = NA,
r_max = 0.5,
tidyplot = TRUE,
nbins = 200
)
linkage_df |
A linkage data.frame as output of |
plot_main |
A character string specifying the main title |
chm |
Integer specifying chromosome |
r_max |
Maximum r value to plot |
tidyplot |
If |
nbins |
The number of bins in each direction, passed to ggplot2::geom_hex. Only used if |
data("SN_SN_P1")
r_LOD_plot(SN_SN_P1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.