- Home
- Bioconductor 3.23
- Software Packages
- coRdon (development version)
coRdon
This is the development version of coRdon; for the stable release version, see coRdon.
Codon Usage Analysis and Prediction of Gene Expressivity
Bioconductor version: Development (3.23)
Tool for analysis of codon usage in various unannotated or KEGG/COG annotated DNA sequences. Calculates different measures of CU bias and CU-based predictors of gene expressivity, and performs gene set enrichment analysis for annotated sequences. Implements several methods for visualization of CU and enrichment analysis results.
Author: Anamaria Elek [cre, aut], Maja Kuzman [aut], Kristian Vlahovicek [aut]
Maintainer: Anamaria Elek <anamariaelek at gmail.com>
citation("coRdon")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("coRdon")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("coRdon")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.