mt1022 / cubar

R Package for Codon Usage Bias Analysis
https://mt1022.github.io/cubar/
Other
6 stars 1 forks source link
bioinformatics codon-usage machine-learning r-package sequence-analysis

cubar

CRAN status Lifecycle: experimental DOI

Overview

cubar is a package for codon usage bias analysis in R. Main features are listed as follows:

Dependencies

Depends

Imports

Installation

The latest release of cubar can be installed with:

install.packages("cubar")

The latest developmental version of cubar can be installed with:

devtools::install_github("mt1022/cubar", dependencies = TRUE)

Usage

Documentation can be found within R (by typing ?function_name). The following tutorials are available from our website:

Suggests

Getting help

Please use GitHub issues for bug reports, questions, and feature requests.

Acknowledgements

GitHub Copilot was used to suggest code snippets in the development of this package. Thanks the GitHub Education teacher program for providing free access to GitHub Copilot.