-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
50 lines (50 loc) · 2.28 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: ampir
Type: Package
Title: Predict Antimicrobial Peptides
Version: 1.1.0
Date: 2021-06-29
Authors@R: c(person("Legana","Fingerhut",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2482-5336")),
person("Ira","Cooke",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0001-6520-1397")),
person("Jinlong","Zhang",
email = "[email protected]",
role = c("ctb"),
comment = c("R/read_faa.R")),
person("Nan","Xiao",
email = "[email protected]",
role = c("ctb"),
comment = c("R/calc_pseudo_comp.R")))
Description: A toolkit to predict antimicrobial peptides from protein sequences on a genome-wide scale.
It incorporates two support vector machine models ("precursor" and "mature") trained on publicly available antimicrobial peptide data using calculated
physico-chemical and compositional sequence properties described in Meher et al. (2017) <doi:10.1038/srep42362>.
In order to support genome-wide analyses, these models are designed to accept any type of protein as input
and calculation of compositional properties has been optimised for high-throughput use. For best results it is important to select the model that accurately
represents your sequence type: for full length proteins, it is recommended to use the default "precursor" model. The alternative, "mature", model is best suited
for mature peptide sequences that represent the final antimicrobial peptide sequence after post-translational processing. For details see Fingerhut et al. (2020) <doi:10.1093/bioinformatics/btaa653>.
The 'ampir' package is also available via a Shiny based GUI at <https://ampir.marine-omics.net/>.
URL: https://github.com/Legana/ampir
License: GPL-2
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Imports:
Peptides,
caret (>= 6.0.0),
kernlab,
Rcpp,
parallel
RoxygenNote: 7.1.1
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
e1071
VignetteBuilder: knitr
LinkingTo:
Rcpp
Config/testthat/edition: 3