Learn R Programming

haploR (version 4.0.7)

getExtendedView: This function queries HaploReg web-based tool in order to Extended view for SNP of interest

Description

This function queries HaploReg web-based tool in order to Extended view for SNP of interest

Usage

getExtendedView(snp, url = Haploreg.settings[["extended.view.url"]])

Value

A list of tables t1, t2, ..., etc depending on information contained in HaploReg database.

Arguments

snp

A SNP of interest.

url

A url to HaploReg. Default: <https://pubs.broadinstitute.org/mammals/haploreg/detail_v4.1.php?query=&id=>

Examples

Run this code
tables <- getExtendedView(snp="rs10048158")
tables

Run the code above in your browser using DataLab