coding.genes: Retrive coding genes from known databases

Description Usage Arguments Value Examples

View source: R/coding.genes.R

Description

It retrieves from NCBI and ensembl

Usage

1
coding.genes(verbose = TRUE, useCache = TRUE, extra.verbose = FALSE)

Arguments

verbose

show messages with number of genes retrieved

useCache

Boolean indicating whether the results cache should be used. Setting to FALSE will disable reading and writing of the cache. This argument is likely to disappear after the cache functionality has been tested more thoroughly.

extra.verbose

This will make all function calls verbose, which could be a lot of information.

Value

a table with gene information

Examples

1
2
3
4
5
# This can take a few minutes depending on the connection

  res <- coding.genes()
  nrow(res)
  head(res)

loose.rock documentation built on April 30, 2021, 1:06 a.m.