-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
33 lines (33 loc) · 1.15 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
Package: MolPad
Title: MolPad: An R-Shiny Package for Cluster Co-Expression Analysis in Longitudinal Microbiomics
Version: 0.1.0
Authors@R:
person("Kaiyan", "Ma", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7355-8924"))
Description: A visualization dashboard tool designed to enhance our understanding of how molecular co-expression works in the context of multi-omics microbiome data. The approach involves using a cluster network to provide an initial overview of relationships across multiple omics, with the added functionality to interactively zoom in on specific areas of interest. To facilitate this analysis, we've developed a focus-plus-context strategy that seamlessly connects to online curated annotations.
License: CC0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
DT,
dplyr,
ggplot2,
ggraph,
grid,
igraph,
purrr,
randomForest,
rlang,
shiny,
shinydashboard,
stringr,
tibble,
tidyr,
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
URL: https://kaiyanm.github.io/MolPad/
Config/testthat/edition: 3