-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.08 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
Package: tmod
Type: Package
Title: Feature Set Enrichment Analysis for Metabolomics and Transcriptomics
Version: 0.50.14
Authors@R:
person(given = "January",
family = "Weiner",
role = c("aut", "cre"),
email = "january.weiner@gmail.com",
comment = c(ORCID = "0000-0003-1438-7819"))
Maintainer: January Weiner <january.weiner@gmail.com>
Description: Methods and feature set definitions for feature or gene set
enrichment analysis in transcriptional and metabolic profiling data.
Package includes tests for enrichment based on ranked lists of features,
functions for visualisation and multivariate functional analysis. See Zyla et al (2019)
<doi:10.1093/bioinformatics/btz447>.
URL: https://github.com/january3/tmod/, https://tmod.online/
License: GPL (>=2.0)
Depends: R (>= 2.10)
LazyData: false
VignetteBuilder: knitr
Imports:
beeswarm,tagcloud,XML,methods,plotwidgets,RColorBrewer,gplots,tibble,pheatmap,ggplot2,tidyr,purrr,rlang,tidyselect,ggrepel
Suggests:
testthat,knitr,rmarkdown,dplyr,pander,cowplot
RoxygenNote: 7.3.2
Encoding: UTF-8