Recent Releases of cubar
cubar - Release v1.2.0
What's Changed
- New vignette on codon optimization
- Fix bugs in functions, add functions on amino acid usage and sequence sequence optimization, and add tests by @creaturemoon in https://github.com/mt1022/cubar/pull/13
- Add functions on codon-anticodon pairs and fix bugs in tAI calculations by @creaturemoon in https://github.com/mt1022/cubar/pull/17
- Add functions on amino acid usage and modify the format of the code by @creaturemoon in https://github.com/mt1022/cubar/pull/18
- Integrate IDT, CodonTransformer, SpliceAI and tAI package weights by @creaturemoon in https://github.com/mt1022/cubar/pull/19
- Add details on the output of the functions by @creaturemoon in https://github.com/mt1022/cubar/pull/20
Full Changelog: https://github.com/mt1022/cubar/compare/v1.1.0...v1.2.0
- R
Published by mt1022 7 months ago
cubar - Release v1.1.0
What's Changed
- Function update by @creaturemoon in https://github.com/mt1022/cubar/pull/8
- fix typo by @creaturemoon in https://github.com/mt1022/cubar/pull/9
New Contributors
- @creaturemoon made their first contribution in https://github.com/mt1022/cubar/pull/8
Full Changelog: https://github.com/mt1022/cubar/compare/v1.0.0...v1.1.0
- R
Published by mt1022 about 1 year ago
cubar - Release v1.0.0
est_optimal_codonsandget_fopnow work on codon frequency matrices 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.
- R
Published by mt1022 over 1 year ago
cubar - Release v0.5.1
- fixed a bug in
get_cscgthat caused an error when the input codon frequency matrix has a single row. - added unit tests for all functions and internal data.
Full Changelog: https://github.com/mt1022/cubar/compare/v0.5.0...v0.5.1
- R
Published by mt1022 almost 2 years ago
cubar - Release v0.5.0
- 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 about the mathematical details of implementation.
- R
Published by mt1022 about 2 years ago
cubar -
- New vignette for mitochondrial codon usage analysis.
- Fix a bug when in
get_encfor non-standard genetic code. - Formatting vignettes.
- New sample data
human_mtfor human mitochondrial protein CDS sequences.
- R
Published by mt1022 over 2 years ago