if (FALSE) { # identical(Sys.getenv("IN_PKGDOWN"), "true")
# search by gene
get_independent_eqtl(gencodeIds = c(
"ENSG00000132693.12",
"ENSG00000203782.5"
))
# optionally filter for a single variant and/or one or more tissues
get_independent_eqtl(
gencodeIds = c(
"ENSG00000132693.12",
"ENSG00000203782.5"
),
tissueSiteDetailIds = c(
"Whole_Blood",
"Thyroid"
)
)
}
Run the code above in your browser using DataLab