cubar is a package for codon usage bias analysis in R. Main features are as follows:
Main advantages of cubar
are as follows: - Process large
datasets (>10,0000 sequences) efficiently using the
Biostrings
and data.table
backends; - Support
genetic codes cataloged by NCBI
as well as custom ones; - Integrate with other data analysis or
bioinformatic packages in the R ecosystem;
Depends
R
(>= 4.1.0)Imports
Biostrings
(>= 2.60.0),IRanges
(>= 2.34.0),data.table
(>= 1.14.0),ggplot2
(>= 3.3.5),rlang
(>= 0.4.11)The latest release of cubar
can be installed with:
install.packages("cubar")
The latest developmental version of cubar
can be
installed with:
::install_github("mt1022/cubar", dependencies = TRUE) devtools
Documentation can be found within R (by typing
?function_name
). The following tutorials are available from
our website:
cubar
;cubar
with non-standard
genetic codes;cubar
;Please use GitHub issues for bug reports, questions, and feature requests.
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.