-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
33 lines (33 loc) · 1.56 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
Package: cubfits
Version: 0.1-4
Date: 2021-11-06
Title: Codon Usage Bias Fits
Authors@R: c(person("Wei-Chen", "Chen", role = c("aut", "cre"), email =
person("Russell", "Zaretzki", role = "aut", email = "[email protected]"),
person("William", "Howell", role = "aut"),
person("Cedric", "Landerer", role = "aut"),
person("Drew", "Schmidt", role = "aut"),
person("Michael A.", "Gilchrist", role = "aut", email = "[email protected]"),
person("Preston", "Hewgley", role = "ctb"),
person("Students", "REU13", role = "ctb"))
Depends: R(>= 4.0.0), methods, coda, foreach, parallel, stats,
graphics, utils
Suggests: seqinr, VGAM, EMCluster
Enhances: pbdMPI (>= 0.3-1)
LazyLoad: yes
LazyData: yes
Description: Estimating mutation and selection coefficients on synonymous
codon bias usage based on models of ribosome overhead cost (ROC).
Multinomial logistic regression and Markov Chain Monte Carlo are used to
estimate and predict protein production rates with/without the presence
of expressions and measurement errors. Work flows with examples for
simulation, estimation and prediction processes are also provided
with parallelization speedup. The whole framework is tested with
yeast genome and gene expression data of Yassour, et al. (2009)
<doi:10.1073/pnas.0812841106>.
License: Mozilla Public License 2.0
BugReports: https://github.com/snoweye/cubfits/issues
URL: https://github.com/snoweye/cubfits
NeedsCompilation: yes
Maintainer: Wei-Chen Chen <[email protected]>