
Last chance! 50% off unlimited learning
Sale ends in
manhattan_plot
displays a Manhattan plot which represents the p-values
for each SNP for a particular test statistic.
manhattan_plot(x, chr.info, snp.info, plt.pkg = "ggplot", K = 1)
an object of class "pcadapt" generated with pcadapt
containing the p-values of interest.
a list containing the chromosome information for each marker.
a list containing the names of all genetic markers present in the input.
a character string specifying the package to be used to
display the graphical outputs. Use "plotly"
for interactive plots, or
"ggplot"
for static plots.
an integer specifying which principal component to display when
method="componentwise"
.