obtain_refseq: obtain_refseq

View source: R/steps.R

obtain_refseqR Documentation

obtain_refseq

Description

Obtain RefSeq textual data

Usage

obtain_refseq(
  geneList,
  keyType = "SYMBOL",
  organism = 9606,
  org_db = org.Hs.eg.db
)

Arguments

geneList

gene list

keyType

key type of gene list

organism

organism

org_db

used to convert ID

Details

Obtain refseq textual data and makes a biotext object.

Value

biotext class object

See Also

generalf

Examples

obtain_refseq(c("PNKP"))

noriakis/wcGeneSummary documentation built on April 22, 2024, 7:12 a.m.