• Stars
    star
    152
  • Rank 243,911 (Top 5 %)
  • Language
    HTML
  • License
    GNU General Publi...
  • Created over 11 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An R package for creating Q-Q and manhattan plots from GWAS results

qqman: An R package for creating Q-Q and manhattan plots from GWAS results.

CRAN_Status_Badge

DOI

qqman.gif

Citation

If you'd like to cite qqman (appreciated but not required), please cite the publication below:

Turner, (2018). qqman: an R package for visualizing GWAS results using Q-Q and manhattan plots. Journal of Open Source Software, 3(25), 731, https://doi.org/10.21105/joss.00731

More details are found in the preprint:

Turner, S.D. qqman: an R package for visualizing GWAS results using Q-Q and manhattan plots. biorXiv DOI: 10.1101/005165.

Installation

Install the stable release from CRAN:

install.packages("qqman")

Or install directly from github using devtools

library(devtools)
install_github("stephenturner/qqman")

Or install the most recent development release with devtools (note, there be dragons here):

library(devtools)
install_github("stephenturner/qqman", ref="dev")

Load the package each time you use it:

library(qqman)

Usage

See the online package vignette for more examples:

vignette("manhattan")

Take a look at the built-in data:

head(gwasResults)

Basic manhattan plot using built-in data:

manhattan(gwasResults)

Basic Q-Q plot using built-in data:

qq(gwasResults$P)

Get help:

?manhattan
?qq

Notes

  • This release is substantially simplified for the sake of maintainability and creating an R package. The old code that allows confidence intervals on the Q-Q plot and allows more flexible annotation and highlighting is still available at the version 0.0.0 tag.
  • Special thanks to Dan Capurso and Tim Knutsen for useful contributions and bugfixes.
  • Thanks to all the blog commenters for pointing out bugs and other issues.

More Repositories

1

oneliners

Useful bash one-liners for bioinformatics.
1,835
star
2

annotables

R data package for annotating/converting Gene IDs
R
160
star
3

biorecap

Retrieve and summarize bioRxiv preprints with a local LLM using ollama
R
36
star
4

twitterchive

Archive and analyze results from a Twitter search (**no longer maintained**)
R
33
star
5

adapters

Adapters for trimming
R
29
star
6

solarplot

Mitochondrial Solar Plot
R
25
star
7

mergelanes

Merge fastq files split over lanes
Shell
18
star
8

kgp

1000 Genomes Project Metadata R Package
R
18
star
9

msigdf

Molecular Signatures Database (MSigDB) in a data frame
R
16
star
10

hcop

HGNC Comparison of Orthology Predictions (HCOP)
R
14
star
11

deseq-to-fgsea

HTML
9
star
12

devnotes

Random programming notes and orphan scripts
Shell
8
star
13

workshops

Biological Data Science Workshops
CSS
7
star
14

covcalc

Coverage / read count calculator for sequencing experiments
R
6
star
15

docker101

Dockerfile
4
star
16

slimbioinfo

Lightweight Alpine-based Docker images for common bioinformatics tools
Dockerfile
4
star
17

Tverse

Meta package that installs my most commonly used packages
R
4
star
18

alpinist

Alpine Linux image with R, a subset of Tidyverse packages, and domain-specific tools for genomic data manipulation and analysis.
Dockerfile
4
star
19

trailprofile

Charlottesville Area Trail Profiles
HTML
3
star
20

om..bcftools

outsider-module: bcftools
R
3
star
21

monthsheets

R
3
star
22

Tmisc

Miscellaneous utility functions for data manipulation, data tidying, and working with gene expression data and biological sequence data.
R
2
star
23

dstt-rmd

CSTE DSTT RMarkdown demo
HTML
1
star
24

rstudio-snippets

My custom RStudio snippets
1
star
25

rmarkdown-crossreferences

Cross-reference figures and tables using plain RMarkdown
1
star
26

execorder

1
star
27

rpdd

R package Docker demo
Shell
1
star
28

pipebox

Bioinformatics pipeline in a box (demonstration containerizing workflows with Docker)
R
1
star
29

drawmydata

A webpage for teaching that lets you make a dataset by clicking in a blank scatterplot
HTML
1
star
30

pairedends

Paired Ends Genomics
CSS
1
star
31

shc

shc - Generic shell script compiler
C
1
star
32

gi2017software

Software from GI2017
CSS
1
star
33

string2dna

R package to encode/decode strings as nucleotide sequences
R
1
star