Skip to contents

Find genes that are partial or complete match of a gene_id

  • gene_id could be a gene symbol, a gencode ID, or an Ensemble ID

  • Gencode Version and Genome Build must be specified

GTEx Portal API documentation

Usage

get_gene_search(
  geneId,
  gencodeVersion = "v26",
  genomeBuild = "GRCh38/hg38",
  page = 0,
  itemsPerPage = 250
)

Arguments

geneId

String. A gene symbol, a gencode ID, or an Ensemble ID.

gencodeVersion

String (default = "v26"). GENCODE annotation release. Either "v26" or "v19".

genomeBuild

String. Options: "GRCh38/hg38", "GRCh37/hg19". Default = "GRCh38/hg38".

page

Integer (default = 0).

itemsPerPage

Integer (default = 250).

Value

A tibble.

See also

Examples

if (FALSE) { # \dontrun{
get_gene_search("CRP")
} # }