-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.24 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: protr
Version: 1.6-1
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/Blast.cgi?PAGE_TYPE=BlastDocs&DOC_TYPE=Download>
for more information.
Authors@R: c(
person("Nan", "Xiao", email = "me@nanx.me", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0250-5673")),
person("Qing-Song", "Xu", email = "qsxu@csu.edu.cn", role = c("aut")),
person("Dong-Sheng", "Cao", role = "aut"))
Maintainer: Nan Xiao <me@nanx.me>
License: BSD_3_clause + file LICENSE
URL: https://nanx.me/protr/, https://github.com/road2stat/protr, http://protr.org
BugReports: https://github.com/road2stat/protr/issues
SystemRequirements: ncbi-blast+ (see <https://blast.ncbi.nlm.nih.gov/Blast.cgi?PAGE_TYPE=BlastDocs&DOC_TYPE=Download>)
LazyData: true
VignetteBuilder: knitr
Depends:
R (>= 3.0.2)
Suggests:
knitr,
rmarkdown,
Biostrings,
GOSemSim,
foreach,
doParallel,
org.Hs.eg.db
Encoding: UTF-8
RoxygenNote: 6.1.1