-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
62 lines (62 loc) · 1.67 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Package: pathlinkR
Type: Package
Title: Analyze and interpret RNA-Seq results
Version: 1.3.7
Authors@R: c(
person("Travis", "Blimkie", email = "travis.m.blimkie@gmail.com", role = "cre", comment = c(ORCID = "0000-0001-8778-8627")),
person("Andy", "An", email = "andy@hancocklab.com", role = "aut")
)
Description: pathlinkR is an R package designed to facilitate analysis of
RNA-Seq results. Specifically, our aim with pathlinkR was to provide a
number of tools which take a list of DE genes and perform different analyses
on them, aiding with the interpretation of results. Functions are included
to perform pathway enrichment, with muliplte databases supported, and tools
for visualizing these results. Genes can also be used to create and plot
protein-protein interaction networks, all from inside of R.
biocViews: GeneSetEnrichment, Network, Pathways, Reactome, RNASeq,
NetworkEnrichment
BiocType: Software
BugReports: https://github.com/hancockinformatics/pathlinkR/issues
License: GPL-3 + file LICENSE
URL: https://github.com/hancockinformatics/pathlinkR
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/testthat/edition: 3
Depends:
R (>= 4.4.0)
Imports:
circlize,
clusterProfiler,
ComplexHeatmap,
dplyr,
fgsea,
ggforce,
ggplot2,
ggpubr,
ggraph,
ggrepel,
grid,
igraph,
purrr,
sigora,
stringr,
tibble,
tidygraph,
tidyr,
vegan,
visNetwork
Suggests:
AnnotationDbi,
BiocStyle,
biomaRt,
covr,
DESeq2,
jsonlite,
knitr,
org.Hs.eg.db,
rmarkdown,
scales,
testthat (>= 3.0.0),
vdiffr