format_CO: Reformat the result of collect_CO().

View source: R/collect_databases.R

format_COR Documentation

Reformat the result of collect_CO().

Description

This function reformats the result of collect_DO().

Usage

format_CO(dict = NULL, orgdb = NULL)

Arguments

dict

A result of collect_CO().

orgdb

A genome annotation package.

Value

A formatted database.

Examples

## Not run: 
# Below may be time-consuming runs.
dict_CO <- collect_CO(orgdb = org.Hs.eg.db::org.Hs.eg.db)
human_CO <- format_CO(dict = dict_CO, 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.