getTable | R Documentation |
get annotataion table from temporary package
getTable(path, table = "go_all")
path |
full path for the temporary package |
table |
a character indicate the table you want extract |
data.frame
Kai Guo
data(ath)
pack <- fromOwn(geneinfo = ath, install = FALSE, species ="test")
# head(getTable(path = pack, table = "gene_info"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.