-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
24 lines (24 loc) · 1.41 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
Package: EnrichIntersect
Type: Package
Title: Enrichment Analysis and Intersecting Sankey Diagram
Version: 0.7
Date: 2024-03-14
URL: https://github.com/ocbe-uio/EnrichIntersect
BugReports: https://github.com/ocbe-uio/EnrichIntersect/issues
Authors@R: c(person("Zhi", "Zhao", email = "zhi.zhao@medisin.uio.no", role = c("aut","cre")), person("Manuela", "Zucknick", email = "manuela.zucknick@medisin.uio.no", role = c("aut")), person("Tero", "Aittokallio", email = "t.a.aittokallio@medisin.uio.no", role = c("ctb")))
Description: A flexible tool for enrichment analysis based on user-defined sets. It allows users to perform over-representation analysis of the custom sets among any specified ranked feature list, hence making enrichment analysis applicable to various types of data from different scientific fields. 'EnrichIntersect' also enables an interactive means to visualize identified associations based on, for example, the mix-lasso model (Zhao et al., 2022 <doi:10.1016/j.isci.2022.104767>) or similar methods.
License: MIT + file LICENSE
Depends: R (>= 4.0)
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports: ggplot2, dplyr, networkD3, jsonlite, htmlwidgets, webshot2,
stats, methods, grDevices
Suggests: knitr
LazyData: true
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-03-14 15:42:21 UTC; zhiz
Author: Zhi Zhao [aut, cre],
Manuela Zucknick [aut],
Tero Aittokallio [ctb]
Maintainer: Zhi Zhao <zhi.zhao@medisin.uio.no>