getGeneMetadata: Get a specific gene metadata

Description Usage Arguments Value Examples

View source: R/civicr.R

Description

Retrieve metadata for a specific gene from the CIViC DB

Usage

1

Arguments

id

ID of the gene of interest

type

Type of metadata (comments, suggested_changes, revisions, variants)

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
getGeneMetadata(id = 1, type = "comments")
getGeneMetadata(id = 1, type = "variants")

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