Learn R Programming

haploR (version 4.0.7)

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 = Haploreg.settings[["study.url"]])

Value

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

Arguments

url

A url to HaploReg. Default: <https://pubs.broadinstitute.org/mammals/haploreg/haploreg.php>

Examples

Run this code
studies <- getStudyList()
studies

Run the code above in your browser using DataLab