powered by
SNP Density
MVP.Report.Density( Pmap, col = c("darkgreen", "yellow", "red"), dpi = 300, outpath = getwd(), memo = "MVP", bin.size = 1e+06, bin.max = NULL, file.type = "jpg", file.output = TRUE, verbose = TRUE )
Output file: <memo>.SNP_Density.<type>
P value Map
The color vector
Number. Dots per inch for .jpg and .tiff files
Only when file.output = TRUE, determines the path of the output file
Character. A text marker on output files
the window size for counting SNP number
maximum SNP number, for winows, which has more SNPs than bin.max, will be painted in same color
format of output figure
Whether to output the file
whether to print detail.
data(pig60K, package = "rMVP") MVP.Report.Density(pig60K, file.output=FALSE)
Run the code above in your browser using DataLab