getStudyList {haploR} | R Documentation |
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"]])
Arguments
url |
A url to HaploReg. Default: <https://pubs.broadinstitute.org/mammals/haploreg/haploreg.php> |
Value
A list of studies. Each study is itself a list
of two: name
, id
.
Examples
studies <- getStudyList()
studies
[Package haploR version 4.0.7 Index]