Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/plot.neighbourLD.r
A function to visualize Linkage Disequilibrium estimates between adjacent markers.
1 2 3 4 5 6 7 8 9 10 |
LD |
object of class |
gpData |
object of class |
dense |
|
nMarker |
|
centr |
|
file |
Optionally a path to a file where the plot is saved to |
fileFormat |
|
... |
further graphical arguments for function |
The plot is similar to plotGenMap
with the option dense=TRUE
,
but here the LD between adjacent markers is plotted along the chromosomes.
Plot of neighbour LD along each chromosome. One chromosome is displayed from the first to the last marker.
Theresa Albrecht and Hans-Juergen Auinger
1 2 3 4 5 6 7 8 | ## Not run:
library(synbreedData)
data(maize)
maize2 <- codeGeno(maize)
LD <- pairwiseLD(maize2, chr = 1:10, type = "matrix")
plotNeighbourLD(LD, maize2, nMarker = FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.