UniProt database provides a list of controlled vocabulary represented as keywords
for genes or proteins (https://www.uniprot.org/keywords/). This is useful for summarizing gene functions in a compact way. This package
provides data of keywords hierarchy and gene-keywords relations.
Install
If you want the latest version, install it directly from GitHub:
if (!requireNamespace("devtools", quietly = TRUE))
install.packages("devtools")
devtools::install_github("jokergoo/UniProtKeywords")
Usage
First load the package:
library(UniProtKeywords)
The package has five data objects. The first contains basic information of every keyword term:
data(kw_terms)
kw_terms[["Cell cycle"]]
The other four contain hierarchical structures of the keyword terms:
The UniProtKeywords package has also compiled genesets of keywords for some species, which can get by the function load_keyword_genesets().
The argument is the taxon ID of a species:
Keywords from the UniProt database
UniProt database provides a list of controlled vocabulary represented as keywords for genes or proteins (https://www.uniprot.org/keywords/). This is useful for summarizing gene functions in a compact way. This package provides data of keywords hierarchy and gene-keywords relations.
Install
If you want the latest version, install it directly from GitHub:
Usage
First load the package:
The package has five data objects. The first contains basic information of every keyword term:
The other four contain hierarchical structures of the keyword terms:
The UniProtKeywords package has also compiled genesets of keywords for some species, which can get by the function
load_keyword_genesets(). The argument is the taxon ID of a species:License
MIT @ Zuguang Gu