powered by
SNP Density
MVP.Report.Density(Pmap, taxa, col = c("darkgreen", "yellow", "red"), dpi = 300, bin.size = 1e+06, bin.max = NULL, file.type = "jpg", file.output = TRUE)
P value Map
The identifier of the output file.
The color vector
Number. Dots per inch for .jpg and .tiff 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
Output file: SNP_Density.<taxa>.<type>
# NOT RUN { data(pig60K, package = "rMVP") MVP.Report.Density(pig60K, "mvp") # }
Run the code above in your browser using DataLab