powered by
snpCorrelationPlot(correlations, chromosome, ylim=c(0,1), ylab = "abs(correlation)", ...)
plot
correlations
chromosome
manhattanPlot
correlations <- sample(0.001*(0:1000), 1000, replace=TRUE) chromosome <- c(rep(1,400), rep(2,350), rep("X",200), rep("Y",50)) snpCorrelationPlot(correlations, chromosome)
Run the code above in your browser using DataLab