Package: mitch
Title: Multi-Contrast Gene Set Enrichment Analysis
Version: 1.2.2
Authors@R: c(
    person(given = "Mark",
        family = "Ziemann",
        role = c("aut","cre","cph"),
        email = "mark.ziemann@gmail.com"),
    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.
    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.0)
Suggests: stringi, testthat (>= 2.1.0)
Imports: stats, grDevices, graphics, utils, MASS, plyr, reshape2,
        parallel, GGally, grid, gridExtra, knitr, rmarkdown, ggplot2,
        gplots, beeswarm, echarts4r
License: CC BY-SA 4.0 + file LICENSE
Encoding: UTF-8
URL: https://github.com/markziemann/mitch
LazyData: false
RoxygenNote: 7.1.1
biocViews: GeneExpression, GeneSetEnrichment, SingleCell,
        Transcriptomics, Epigenetics, Proteomics,
        DifferentialExpression, Reactome
VignetteBuilder: knitr
git_url: https://git.bioconductor.org/packages/mitch
git_branch: RELEASE_3_12
git_last_commit: 7f9d0ec
git_last_commit_date: 2020-11-05
Date/Publication: 2020-11-05
NeedsCompilation: no
Packaged: 2020-11-06 03:06:46 UTC; biocbuild
Author: Mark Ziemann [aut, cre, cph],
  Antony Kaspi [aut, cph]
Maintainer: Mark Ziemann <mark.ziemann@gmail.com>
Built: R 4.0.3; ; 2020-11-06 15:17:29 UTC; windows
