Changelog
Source:NEWS.md
cubar 1.2.0
CRAN release: 2025-08-19
Added functions to analyze amino acid usage.
Added new options IDT and CodonTransformer for codon optimization and SpliceAI for splice site detection.
Added supported for tRNA weights from tAI package.
New vignette for codon optimization.
Fixed bugs in tAI calculation.
Separated codon-anticodon pairing calculation and visualization.
Improved documentation for all functions.
Miscellaneous bug fixes and code restructuring.
cubar 1.1.0
CRAN release: 2024-12-07
Added options for codon-family level analysis (default, subfamily).
Improved documentation and GitHub workflow.
cubar 1.0.0
CRAN release: 2024-08-01
est_optimal_codonsandget_fopnow work on codon frequency matrix like other cubar functions.codon optimization can be done at both family(amino acid) or subfamily level now and optimal codons can be estimated for each level using either codon bias or gene expression levels (Thanks @maltesemike for valuable suggestions and feedback). The false discovery rate is controlled by the
fdrargument.There were two RSCU columns (
RSCUandrscu) in the output ofest_optimal_codonsandget_fop. Now onlyrscuis kept and represents the RSCU values.New functions to perform sliding window analysis on codon usage:
slide,slide_codon,slide_applyandslide_plot.New function to calculate the deviation from proportionality (Dp) of host tRNA availability:
get_dp.
cubar 0.6.0
CRAN release: 2024-07-04
- Add util functions (
codon_optimize&codon_diff) - Fix url failure of gtRNAdb, which caused remove of cubar from cran :(
cubar 0.5.1
- fix a bug in
get_cscgthat caused an error when the input codon frequency matrix has a single row. - finish unit tests for all functions and internal data.
cubar 0.5.0
CRAN release: 2024-01-09
- fixed a bug in
est_trna_weight. Now zero w values were replaced with geometric mean (rather than the arithmetic mean) of non-zero w values. - fixed unexpected warnings in
est_optimal_codons. - fixed bugs that update input codon table due to
data.tablereference semantics. - added a new vignette explaining the mathematical details of implementation.