-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 916 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
28
29
Package: CMA
Type: Package
Title: An R package for correlated mutation analysis using both codon and amino acid levels
Version: 0.1.0
Date: 2019-12-15
Author: Etai Jacob
Maintainer: Who to complain to <[email protected]>
Description: An R package for correlated mutation analysis using both codon and amino acid levels. The package consists several different algorithms to perform correlated mutation analysis. It include several methods for correlated mutation analysis.
License: MIT + file LICENSE
LazyData: TRUE
Encoding: UTF-8
Authors@R: person("Etai", "Jacob", email = "[email protected]",
role = c("aut", "cre"))
URL: https://github.com/etaijacob/CMA
BugReports: https://github.com/etaijacob/CMA/issues
Imports:
seqinr,
Rcpp,
utils,
reshape2
LinkingTo: Rcpp
Collate:
DCA.R
CMA.R
CMA.exported_functions.R
CMA.internal_functions.R
RcppExports.R
Depends: R (>= 3.5.0)
RoxygenNote: 7.0.2