gene_go_kegg {TOmicsVis} | R Documentation |
GO and KEGG annotation of background genes.
Description
GO and KEGG annotation of background genes.
Usage
data(gene_go_kegg)
Format
Dataframe: GO and KEGG annotation of background genes (1st-col: Genes, 2nd-col: biological_process, 3rd-col: cellular_component, 4th-col: molecular_function, 5th-col: kegg_pathway).
Author(s)
benben-miao
References
https://github.com/BioSciTools/BioSciToolsDatasets/tree/main/GOenrichStat/
Examples
# 1. Library TOmicsVis package
library(TOmicsVis)
# 2. Load example data
data(gene_go_kegg)
# 3. View example data
gene_go_kegg
[Package TOmicsVis version 2.0.0 Index]