Coder Social home page Coder Social logo

xiechengyong123 / qqman Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oyhel/qqman

0.0 0.0 0.0 16.53 MB

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

Home Page: http://cran.r-project.org/web/packages/qqman/

License: GNU General Public License v3.0

R 91.08% TeX 8.92%

qqman's Introduction

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 pre-print below:

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.

qqman's People

Contributors

stephenturner avatar dcapurso avatar geneticresources avatar daissi avatar timknut avatar liubuntu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.