GithubHelp home page GithubHelp logo

pronoy2108 / phenoscanner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from phenoscanner/phenoscanner

0.0 0.0 0.0 43 KB

phenoscanner allows users to query the PhenoScanner database of genotype-phenotype associations from inside R

License: GNU General Public License v3.0

R 100.00%

phenoscanner's Introduction

phenoscanner

phenoscanner allows users to query the PhenoScanner database of genotype-phenotype associations from inside R.

Functions

  • phenoscanner - this function allows users to query the PhenoScanner database from inside R

Installation

  1. install.packages("devtools")
  2. library(devtools)
  3. install_github("phenoscanner/phenoscanner")
  4. library(phenoscanner)

Examples

# SNP
res <- phenoscanner(snpquery="rs10840293")
head(res$results)
res$snps

# Gene
res <- phenoscanner(genequery="SWAP70")
head(res$results)
res$genes

# Region
res <- phenoscanner(regionquery="chr11:9685624-9774538")
head(res$results)
res$regions

# To query multiple SNPs, genes or regions, please supply a vector of SNPs, genes or regions to snpquery, genequery or regionquery options, respectively. For example, to query multiple SNPs:
res <- phenoscanner(snpquery=c("rs10840293","rs10"))
head(res$results)
res$snps

Citations

  • Staley JR, et al. PhenoScanner: a database of human genotype-phenotype associations. Bioinformatics 2016;32(20):3207-3209.
  • Kamat MA, et al. PhenoScanner V2: an expanded tool for searching human genotype-phenotype associations. Bioinformatics 2019;35(22):4851-4853.

Terms of use

Please abide by the terms of use of PhenoScanner when using this R package.

phenoscanner's People

Contributors

phenoscanner 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.