getTable: get annotataion table from temporary package

View source: R/misc.R

getTableR Documentation

get annotataion table from temporary package

Description

get annotataion table from temporary package

Usage

getTable(path, table = "go_all")

Arguments

path

full path for the temporary package

table

a character indicate the table you want extract

Value

data.frame

Author(s)

Kai Guo

Examples

data(ath)
pack <- fromOwn(geneinfo = ath, install = FALSE, species ="test")
# head(getTable(path = pack, table = "gene_info"))

guokai8/bioAnno documentation built on May 8, 2023, 12:42 p.m.