-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
32 lines (32 loc) · 893 Bytes
/
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
Package: HotNetvieweR
Type: Package
Title: Read HotNet2 Results and Convert to Graph object
Version: 0.0.0.9000
Authors@R: person(c("Joshua", "H"), "Cook", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9815-6879"))
URL: https://jhrcook.github.io/HotNetvieweR/
BugReports: https://jhrcook.github.io/HotNetvieweR/issues
Maintainer: Joshua Cook <[email protected]>
Description: This package reads the results from HotNet2 for further analysis.
It can return the results as a list of list of genes or transform them into
`igraph` or `tidygraph` objects.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Suggests:
knitr,
rmarkdown,
covr,
spelling,
testthat (>= 2.1.0)
VignetteBuilder: knitr
RoxygenNote: 6.1.1
Language: en-US
Imports:
glue,
readr,
tibble,
dplyr,
rlang