Learn R Programming

haploR (version 1.6.4)

getStudyList: This function queries HaploReg web-based tool in order to see a list of GWAS.

Description

This function queries HaploReg web-based tool in order to see a list of GWAS.

Usage

getStudyList(url = "http://archive.broadinstitute.org/mammals/haploreg/haploreg.php")

Arguments

url

A url to HaploReg. Default: <http://archive.broadinstitute.org/mammals/haploreg/haploreg.php>

Value

A list of studies. Each study is itself a list of two: name, id.

Examples

Run this code
# NOT RUN {
studies <- getStudyList()
studies
# }

Run the code above in your browser using DataLab