getGene: Get a specific gene

Description Usage Arguments Value Examples

View source: R/civicr.R

Description

Retrieve a specific gene from the CIViC DB

Usage

1
getGene(id, identifier_type = "civic_id")

Arguments

id

ID of the gene of interest

identifier_type

Type of gene identifier (entrez_id, entrez_symbol, civic_id)

Value

An S3 Object of type civic_api containing the content, url, and response

Examples

1
2
3
getGene(id = 1)
getGene(id = "ALK", identifier_type = "entrez_symbol")
getGene(id = 238, identifier_type = "entrez_id")

agduncan94/civicr documentation built on Nov. 1, 2019, 9 p.m.