-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
43 lines (43 loc) · 2.01 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
Package: mitch
Title: Multi-Contrast Gene Set Enrichment Analysis
Version: 1.19.3
Authors@R: c(
person(given = "Mark",
family = "Ziemann",
role = c("aut","cre","cph"),
email = "[email protected]",
comment = c(ORCID="0000-0002-7688-6974")),
person(given="Antony",
family="Kaspi",
role = c("aut","cph"))
)
Description: mitch is an R package for multi-contrast enrichment analysis. At
it’s heart, it uses a rank-MANOVA based statistical approach to detect sets
of genes that exhibit enrichment in the multidimensional space as compared
to the background. The rank-MANOVA concept dates to work by Cox and Mann
(https://doi.org/10.1186/1471-2105-13-S16-S12). mitch is useful for
pathway analysis of profiling studies with one, two or more contrasts,
or in studies with multiple omics profiling, for example proteomic,
transcriptomic, epigenomic analysis of the same samples. mitch is perfectly
suited for pathway level differential analysis of scRNA-seq data.
We have an established routine for pathway enrichment of Infinium Methylation
Array data (see vignette).
The main strengths of mitch are that it can import datasets easily from
many upstream tools and has advanced plotting features to visualise these
enrichments.
Depends: R (>= 4.4)
Suggests:
stringi,
testthat (>= 2.1.0),
HGNChelper,
IlluminaHumanMethylation450kanno.ilmn12.hg19,
IlluminaHumanMethylationEPICanno.ilm10b4.hg19
Imports: stats, grDevices, graphics, utils, MASS, plyr, reshape2, parallel, GGally, grid, gridExtra, knitr, rmarkdown, ggplot2, gplots, beeswarm, echarts4r, kableExtra
License: CC BY-SA 4.0 + file LICENSE
Encoding: UTF-8
URL: https://github.com/markziemann/mitch
BugReports: https://github.com/markziemann/mitch
LazyData: false
RoxygenNote: 7.3.2
biocViews: GeneExpression, GeneSetEnrichment, SingleCell, Transcriptomics, Epigenetics, Proteomics, DifferentialExpression, Reactome, DNAMethylation, MethylationArray
VignetteBuilder: knitr