plot_manhattan {otargen} | R Documentation |
Plot results from manhattan()
Description
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.
Usage
plot_manhattan(data)
Arguments
data |
Data frame containing the necessary columns from |
Value
A Manhattan plot visualizing the GWAS results.
Examples
## Not run:
p <- manhattan(study_id = "GCST003044") %>% plot_manhattan()
p
## End(Not run)
[Package otargen version 1.1.1 Index]