-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.22 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
Package: Virusparies
Title: Visualize and Process Output from 'VirusHunterGatherer'
Version: 1.1.0
Authors@R:
c(
person("Ruff", "Sergej", email = "serijnh@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0009-0000-8264-6347")),
person("Lauber", "Chris", email = "chris.lauber@twincore.de", role = "ctb",
comment = c(ORCID = "0000-0002-2265-2953")),
person("Chong", "Li Chuin",email = "lichuin.chong@twincore.de", role = "ctb",
comment = c(ORCID = "0000-0002-3574-1365")))
Maintainer: Ruff Sergej <serijnh@gmail.com>
Description: A collection of tools for downstream analysis of
'VirusHunterGatherer' output. Processing of hittables
and plotting of results, enabling better interpretation,
is made easier with the provided functions.
License: GPL (>= 3)
URL: https://github.com/SergejRuff/Virusparies, https://github.com/lauberlab/VirusHunterGatherer
BugReports: https://github.com/SergejRuff/Virusparies/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
chromote,
cowplot,
dplyr,
ggplot2,
gt,
parallel,
readr,
rlang,
scales,
stats,
stringr,
tidyr,
tools,
utils
Depends:
R (>= 3.5)