-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
50 lines (50 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
47
48
49
50
Package: coRdon
Type: Package
Title: Codon Usage Analysis and Prediction of Gene Expressivity
Version: 1.1.3
Authors@R:
c(person(given = "Anamaria",
family = "Elek",
role = c("cre", "aut"),
email = "anamariaelek@gmail.com"),
person(given = "Maja",
family = "Kuzman",
role = "aut",
email = "mkuzman@mail.bioinfo.hr"),
person(given = "Kristian",
family = "Vlahovicek",
role = "aut",
email = "kristian@bioinfo.hr"))
Description: Tool for analysis of codon usage in various
unannotated or KEGG/COG annotated DNA sequences.
Calculates different measures of CU bias and CU-based
predictors of gene expressivity, and performs gene set
enrichment analysis for annotated sequences.
Implements several methods for visualization of CU
and enrichment analysis results.
License: Artistic-2.0
LazyData: TRUE
biocViews: Software, Metagenomics, GeneExpression, GeneSetEnrichment,
GenePrediction, Visualization, KEGG, Pathways, Genetics
CellBiology, BiomedicalInformatics, ImmunoOncology
Depends: R (>= 3.5)
Imports: methods, stats, utils, Biostrings, Biobase, dplyr, stringr, purrr,
ggplot2, data.table
Suggests: BiocStyle, testthat, knitr, rmarkdown
RoxygenNote: 6.1.1
Collate:
'coRdon.R'
'genCode-class.R'
'codonTable-class.R'
'functions.R'
'codonUsage.R'
'codonUsage-expressivity.R'
'codonUsage-visualization.R'
'crossTab-class.R'
'data.R'
'enrichment-visualization.R'
'enrichment.R'
'readSet.R'
VignetteBuilder: knitr
URL: https://github.com/BioinfoHR/coRdon
BugReports: https://github.com/BioinfoHR/coRdon/issues