-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.58 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: geneHummus
Title: A Pipeline to Define Gene Families in Legumes and Beyond
Version: 1.0.11
Authors@R: c(
person("Jose V.", "Die", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7506-8590")),
person("Moamen M.", "Elmassry", email = "[email protected]", role = c("ctb")),
person("Kimberly H.", "LeBlanc", email = "[email protected]", role = c("ctb")),
person("Olaitan I.", "Awe", email = "[email protected]", role = c("ctb")),
person("Allissa","Dillman", email = "[email protected]", role = c("ctb")),
person("Ben", "Busby", email = "[email protected]", role = c("aut")))
Description: A pipeline with high specificity and sensitivity in extracting
proteins from the RefSeq database (National Center for Biotechnology
Information). Manual identification of gene families is highly
time-consuming and laborious, requiring an iterative process of manual and
computational analysis to identify members of a given family. The pipelines
implements an automatic approach for the identification of gene families
based on the conserved domains that specifically define that family. See
Die et al. (2018) <doi:10.1101/436659> for more information and examples.
Depends: R (>= 3.4.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: rentrez (>= 1.2.1),
stringr (>= 1.4.0),
dplyr (>= 0.8.0.1),
httr (>= 1.4.0),
utils,
curl (>= 3.3)
Suggests: knitr,
rmarkdown
URL: https://github.com/NCBI-Hackathons/GeneHummus
BugReports: https://github.com/NCBI-Hackathons/GeneHummus/issues
RoxygenNote: 6.1.1