format_GO: Reformat the result of collect_GO().

View source: R/collect_databases.R

format_GOR Documentation

Reformat the result of collect_GO().

Description

This function reformats the result of collect_GO().

Usage

format_GO(dict = NULL, orgdb = NULL)

Arguments

dict

A result of collect_GO().

orgdb

A genome annotation package.

Value

A formatted database.

Examples

## Not run: 
# Below may be time-consuming runs.
dict_GO <- collect_GO(orgdb = org.Hs.eg.db::org.Hs.eg.db)
human_GO <- format_GO(dict = dict_GO, orgdb = org.Hs.eg.db::org.Hs.eg.db)

## End(Not run)


keita-iida/ASURATDB documentation built on Feb. 21, 2023, 6:05 p.m.