multigsea

The `multiGSEA` R package was designed to run a robust GSEA-based pathway enrichment for multiple omics layers.

https://github.com/yigbt/multigsea

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
    1 of 7 committers (14.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.0%) to scientific vocabulary

Keywords from Contributors

bioconductor-packages bioinformatics functional-similarity gene gene-sets pathway-analysis similarity similarity-measurement mirror bioconductor
Last synced: 10 months ago · JSON representation

Repository

The `multiGSEA` R package was designed to run a robust GSEA-based pathway enrichment for multiple omics layers.

Basic Info
  • Host: GitHub
  • Owner: yigbt
  • License: other
  • Language: R
  • Default Branch: devel
  • Homepage:
  • Size: 17.3 MB
Statistics
  • Stars: 20
  • Watchers: 3
  • Forks: 6
  • Open Issues: 2
  • Releases: 0
Created over 6 years ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

R-CMD-check <!-- badges: end -->

The multiGSEA R package

Authors

Sebastian Canzler and Jörg Hackermüller

multiGSEA: a GSEA-based pathway enrichment analysis for multi-omics data, BMC Bioinformatics 21, 561 (2020)

Introduction

The multiGSEA package was designed to run a robust GSEA-based pathway enrichment for multiple omics layers. The enrichment is calculated for each omics layer separately and aggregated p-values are calculated afterwards to derive a composite multi-omics pathway enrichment.

Pathway definitions can be downloaded from up to eight different pathway databases by means of the graphite Bioconductor package.

Features of the transcriptome and proteome level can be mapped to the following ID formats:

* Entrez Gene ID
* Uniprot IDs
* Gene Symbols
* RefSeq
* Ensembl

Features of the metabolome layer can be mapped to:

* Comptox Dashboard IDs (DTXCID, DTXSID)
* CAS-RN numbers
* Pubchem IDs (CID)
* HMDB IDs
* KEGG IDs
* ChEBI IDs
* Drugbank IDs
* Common names

Please note, that the mapping of metabolite IDs is accomplished through the metaboliteIDmapping package. This AnnotationHub package provides a comprehensive mapping table with more than one million compounds (metaboliteIDmapping on our github page or at Bioconductor).

Installation

There are two ways to install the multiGSEA package. For both you have to install and start R in at least version 4.0:

(i) Use the Bioconductor framework:

```R if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")

BiocManager::install("multiGSEA") ```

(ii) Alternatively, you can install the most up to date version (development) easily with devtools:

R install.packages("devtools") devtools::install_github("https://github.com/yigbt/multiGSEA")

Once installed, just load the multiGSEA package with:

R library(multiGSEA)

Workflow

A common workflow is exemplified in the package vignette and is typically separated in the following steps:

  1. Load required libraries, including the multiGSEA package, and omics data sets.
  2. Create data structure for enrichment analysis.
  3. Download and customize the pathway definitions.
  4. Run the pathway enrichment for each omics layer.
  5. Calculate the aggregated pathway enrichment.

For more information please have a look in the vignette at our Bioconductor page.

LICENSE

Copyright (C) 2011 - 2020 Helmholtz Centre for Environmental Research UFZ.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the UFZ License document for more details: https://github.com/yigbt/multiGSEA/blob/master/LICENSE.md

Owner

  • Name: Young Investigators Group Bioinformatics and Transcriptomics
  • Login: yigbt
  • Kind: organization

GitHub Events

Total
  • Issues event: 2
  • Watch event: 2
  • Issue comment event: 2
  • Push event: 6
  • Pull request event: 2
  • Fork event: 1
  • Create event: 2
Last Year
  • Issues event: 2
  • Watch event: 2
  • Issue comment event: 2
  • Push event: 6
  • Pull request event: 2
  • Fork event: 1
  • Create event: 2

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 124
  • Total Committers: 7
  • Avg Commits per committer: 17.714
  • Development Distribution Score (DDS): 0.121
Past Year
  • Commits: 28
  • Committers: 4
  • Avg Commits per committer: 7.0
  • Development Distribution Score (DDS): 0.179
Top Committers
Name Email Commits
Sebastian Canzler s****r@u****e 109
Nitesh Turaga n****a@g****m 8
J Wokaty j****y 2
J Wokaty j****y@s****u 2
William Oldham w****m@g****m 1
huerqiang 1****4@1****m 1
Matthias Bernt m****t@u****e 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 9
  • Total pull requests: 6
  • Average time to close issues: 6 months
  • Average time to close pull requests: 2 months
  • Total issue authors: 9
  • Total pull request authors: 5
  • Average comments per issue: 1.44
  • Average comments per pull request: 0.33
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: about 4 hours
  • Issue authors: 2
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 1.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • niehues (1)
  • tu12dou (1)
  • ivokwee (1)
  • zhangwenda0518 (1)
  • LorenzoLF (1)
  • hnakahara (1)
  • KGZaker (1)
  • huerqiang (1)
  • iaunicorn (1)
Pull Request Authors
  • ivokwee (2)
  • boll3 (2)
  • bernt-matthias (1)
  • wmoldham (1)
  • huerqiang (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran
  • R >= 4.0.0 depends
  • AnnotationDbi * imports
  • dplyr * imports
  • fgsea * imports
  • graphite * imports
  • magrittr * imports
  • metap * imports
  • methods * imports
  • rappdirs * imports
  • rlang * imports
  • BiocStyle * suggests
  • knitr * suggests
  • metaboliteIDmapping * suggests
  • org.Bt.eg.db * suggests
  • org.Ce.eg.db * suggests
  • org.Cf.eg.db * suggests
  • org.Dm.eg.db * suggests
  • org.Dr.eg.db * suggests
  • org.Gg.eg.db * suggests
  • org.Hs.eg.db * suggests
  • org.Mm.eg.db * suggests
  • org.Rn.eg.db * suggests
  • org.Ss.eg.db * suggests
  • org.Xl.eg.db * suggests
  • rmarkdown * suggests
  • testthat >= 2.1.0 suggests