getOrtAnn: Retreive reference orthologs annotation.

Description Usage Arguments Value Author(s) Examples

View source: R/TransGeneID.R

Description

Retreive reference orthologs annotation.

Usage

1
getOrtAnn(fromOrg = "mmu", toOrg = "hsa", update = FALSE)

Arguments

fromOrg

Character, hsa (default), bta, cfa, mmu, ptr, rno, ssc are optional.

toOrg

Character, hsa (default), bta, cfa, mmu, ptr, rno, ssc are optional.

update

Boolean, indicating whether download recent annotation from NCBI.

Value

A data frame.

Author(s)

Wubing Zhang

Examples

1
2
3
4
5
## Not run: 
  ann = getOrtAnn("mmu", "hsa")
  head(ann)

## End(Not run)

MAGeCKFlute documentation built on Nov. 8, 2020, 5:40 p.m.