getAllGenes: Get a list of genes

Description Usage Arguments Value Examples

View source: R/civicr.R

Description

Retrieve all genes from the CIViC DB

Usage

1
getAllGenes(page = 1, count = 25)

Arguments

page

the page number to retrieve

count

the number of genes to retrieve

Value

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

Examples

1
2
getAllGenes(count = 10)
getAllGenes(page = 2, count = 10)

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