-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
34 lines (34 loc) · 1.16 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
Package: iprscanr
Title: Access InterProScan5 API with R
Version: 0.0.2
Authors@R:
c(
person("Jacob", "Krol", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID")),
person("Faisal", "Alquaddoomi", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0003-4297-8747")),
person("Janani", "Ravi", , email = "[email protected]", role = c("aut"),
comment=c(ORCID="0000-0001-7443-925X"))
)
Description: iprscanr provides functions to easily access the InterProScan5 API and cleanup results. In short, InterPro is a service provided by the European Bioinformatics Institute (EBI) that compares sequences with their supported member databases to annotate funcitonal and structural regions of a query sequence.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
BiocManager,
Biostrings,
httr,
here,
readr,
tibble,
dplyr,
stringr,
magrittr,
ggplot2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3