-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
46 lines (46 loc) · 1.67 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: cubar
Title: Codon Usage Bias Analysis
Version: 1.1.0.9000
Authors@R: c(
person(given = "Hong",
family = "Zhang",
role = c("aut", "cre"),
email = "mt1022.dev@gmail.com",
comment = c(ORCID = "0000-0002-4064-9432")),
person(given = "Mengyue",
family = "Liu",
role = c("aut")),
person(given = "Bu",
family = "Zi",
role = c("aut")))
Description: A suite of functions for rapid and flexible analysis of codon
usage bias. It provides in-depth analysis at the codon level, including
relative synonymous codon usage (RSCU), tRNA weight calculations, machine
learning predictions for optimal or preferred codons, and visualization of
codon-anticodon pairing. Additionally, it can calculate various gene-
specific codon indices such as codon adaptation index (CAI), effective
number of codons (ENC), fraction of optimal codons (Fop), tRNA adaptation
index (tAI), mean codon stabilization coefficients (CSCg), and GC contents
(GC/GC3s/GC4d). It also supports both standard and non-standard genetic
code tables found in NCBI, as well as custom genetic code tables.
License: MIT + file LICENSE
URL: https://github.com/mt1022/cubar, https://mt1022.github.io/cubar/
BugReports: https://github.com/mt1022/cubar/issues
Encoding: UTF-8
LazyData: true
LazyDataCompression: bzip2
Imports:
Biostrings (>= 2.60.0),
IRanges (>= 2.34.0),
data.table (>= 1.14.0),
ggplot2 (>= 3.3.5),
rlang (>= 0.4.11)
Depends:
R (>= 4.1.0)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Config/testthat/edition: 3