Skip to content

Commit

Permalink
update get_variant_by_location()
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgpanw committed Jun 22, 2024
1 parent 030d66f commit 4dad60c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
9 changes: 6 additions & 3 deletions R/get_variant_by_location.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#' Get Variant By Location
#'
#' [This service allows the user to query information about variants on a
#' certain chromosome at a certain
#' location.](https://gtexportal.org/api/v2/redoc#tag/Datasets-Endpoints/operation/get_variant_by_location_api_v2_dataset_variantByLocation_get)
#' @description This service allows the user to query information about variants
#' on a certain chromosome at a certain location.
#'
#' [GTEx Portal API
#' documentation](https://gtexportal.org/api/v2/redoc#tag/Datasets-Endpoints/operation/get_variant_by_location_api_v2_dataset_variantByLocation_get)
#'
#' @inheritParams gtexr_arguments
#'
Expand All @@ -17,6 +19,7 @@
get_variant_by_location <- function(start,
end,
chromosome,
sortBy = "pos",
sortDirection = "asc",
page = 0,
itemsPerPage = 250) {
Expand Down
10 changes: 9 additions & 1 deletion man/get_variant_by_location.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4dad60c

Please sign in to comment.