getExtendedView {haploR} | R Documentation |
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"]])
Arguments
snp |
A SNP of interest. |
url |
A url to HaploReg. Default: <https://pubs.broadinstitute.org/mammals/haploreg/detail_v4.1.php?query=&id=> |
Value
A list of tables t1, t2, ..., etc depending on information contained in HaploReg database.
Examples
tables <- getExtendedView(snp="rs10048158")
tables
[Package haploR version 4.0.7 Index]