-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 866 Bytes
/
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
Package: RSCUcaller
Type: Package
Title: Program in R for calculating RSCU.
Version: 0.1.0
Author: Mateusz Maździarz (Mordziarz)
Maintainer: <[email protected]>
Description: RSCU (relative synonymous codon usage) values of multiple DNA sequences can be analyzed using the RSCUcaller package. The package offers functions to retrieve RSCU information, plot the values, and calculate statistical significance.
License: GNU GENERAL PUBLIC LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5)
Imports:
ggplot2 (>= 3.5.1),
dplyr (>= 1.1.4),
seqinr (>= 4.2-36),
rstatix (>= 0.7.2),
ggpubr (>= 0.6.0),
patchwork (>= 1.3.0),
forcats (>= 1.0.0),
phylogram (>= 2.1.0),
circlize (>= 0.4.16),
ComplexHeatmap (>= 2.20.0),
smplot2 (>= 0.2.4),
ggtree (>= 3.12.0),
stats (>= 4.4.1),
stringr (>= 1.5.1),