View source: R/plot_manhattan.R
plot_manhattan | R Documentation |
manhattan()
This function generates a Manhattan plot using the statistical summary data
obtained from the manhattan()
function. Top 3 genes (based on p-value) are annotated per chromosome.
plot_manhattan(data)
data |
Data frame containing the necessary columns from |
A Manhattan plot visualizing the GWAS results.
## Not run:
p <- manhattan(study_id = "GCST003044") %>% plot_manhattan()
p
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.