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