Description Usage Arguments Details Value
mxr_create_haploview_plot
generates the haploview plot using Gabriel's
algorithm.
1 2 3 | mxr_create_haploview_plot(path_to_haploview = "", ped_file = "",
info_file = "", max_distance_kb = 200, memory_mb = 2048,
out_prefix = "", verbose = FALSE)
|
path_to_haploview |
The fullpath to the Haploview.jar. |
ped_file |
The fullpath to the PED file in haploview format. |
info_file |
The fullpath to the corresponding INFO file of the PED file. |
max_distance_kb |
The window size in kb of the LD block. (DEFAULT: 200) |
memory_mb |
The memory to set aside for the haploview run. (DEFAULT: 2048) |
out_prefix |
The output prefix for the generated files. |
verbose |
(Optional) Show verbose output. (DEFAULT=FALSE) |
For really large LD plots, it may be necessary to set the minimum memory footprint to greater than 2GB. The default memory setting for this function was already increased to 2GB from the default Haploview setting of 512MB.
TRUE if the PLINK run completed successfully. FALSE, otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.