-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.29 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
Package: protr
Version: 1.7-4
Title: Generating Various Numerical Representation Schemes for Protein Sequences
Description: Comprehensive toolkit for generating various numerical
features of protein sequences described in Xiao et al. (2015)
<DOI:10.1093/bioinformatics/btv042>. For full functionality,
the software 'ncbi-blast+' is needed, see
<https://blast.ncbi.nlm.nih.gov/doc/blast-help/downloadblastdata.html>
for more information.
Authors@R: c(
person("Nan", "Xiao", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0250-5673")),
person("Qing-Song", "Xu", email = "[email protected]", role = c("aut")),
person("Dong-Sheng", "Cao", role = "aut"),
person("Sebastian", "Mueller", role = "ctb",
comment = c(company = "Alva Genomics"))
)
License: BSD_3_clause + file LICENSE
URL: https://nanx.me/protr/, https://github.com/nanxstats/protr, http://protr.org
BugReports: https://github.com/nanxstats/protr/issues
Encoding: UTF-8
LazyData: true
SystemRequirements: ncbi-blast+ (see <https://blast.ncbi.nlm.nih.gov/doc/blast-help/downloadblastdata.html>)
VignetteBuilder: knitr
Depends:
R (>= 3.0.2)
Suggests:
knitr,
rmarkdown,
Biostrings,
GOSemSim,
foreach,
doParallel,
org.Hs.eg.db
RoxygenNote: 7.3.2