Description
Plot Linkage Group Maps with Quantitative Trait Loci.
Description
Produces high resolution, publication ready linkage maps and quantitative trait loci maps. Input can be output from 'R/qtl', simple text or comma delimited files. Output is currently a portable document file.
README.md
LinkageMapView
Plot Linkage Group Maps with QTLs
Install LinkageMapView by downloading the latest CRAN release:
install.packages("LinkageMapView")
library("LinkageMapView")
If you wish to install the latest developmental release
First install the devtools package.
install.packages("devtools")
library(devtools)
Then to install LinkageMapView:
devtools:: install_github("louellette/LinkageMapView",build_vignettes=TRUE)
Once installed:
library(LinkageMapView)
To see examples and parameter descriptions:
?lmv.linkage.plot
Feel free to add Issues for problems or questions.