https://github.com/bhklab/signaturesets

Compendium of published molecular signatures

https://github.com/bhklab/signaturesets

Science Score: 49.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
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: pubmed.ncbi, ncbi.nlm.nih.gov
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Compendium of published molecular signatures

Basic Info
  • Host: GitHub
  • Owner: bhklab
  • License: mit
  • Language: HTML
  • Default Branch: main
  • Size: 4.54 MB
Statistics
  • Stars: 0
  • Watchers: 3
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed 11 months ago
Metadata Files
Readme License

README.md

SignatureSets: An R Package for RNA-Based Immuno-Oncology Signatures

📖 Introduction

The SignatureSets package provides access to a curated and extensive compendium of RNA-based Immuno-Oncology (IO) signatures. All signatures included in this package are:

  • Published in peer-reviewed literature.
  • Publicly available through trusted repositories and resources.

References to the original publications and resources for each signature are included in the package documentation, refer to the vignettes or accessible via the web application predictio.ca.

  • Detailed signature information:
    A full list of the included signatures, along with their source references and additional metadata, is available in data-raw/signature_information.csv.

🔧 Setup

The latest version of SignatureSets repository can be found on the SignatureSets GitHub repository. The package is not yet on CRAN or Bioconductor. To set up the repository, please download this folder locally:

``` bash

git clone https://github.com/bhklab/SignatureSets cd SignatureSets

```

Repository Structure

plaintext SignatureSets/ ├── 📁 data/ # Processed signature data (.rda files) ├── 📁 data-raw/ # Processed signature data and metadata (.csv files) ├── 📁 vignettes/ # Summaries and usage examples of signature data └── 📄 README.md # Repository overview and documentation

🧬 Signature Association Types

In total, 55 Immuno-Oncology (IO) gene signatures have been curated in the SignatureSets package. These signatures were extracted from the literature and manually annotated using GENCODE version 40, with HUGO Gene Symbols as the primary identifiers linked to Entrez Gene IDs and Ensembl Gene IDs. The signatures are categorized based on their association with IO therapy outcomes:

  • 65% (36 signatures): Associated with sensitivity to IO therapy, indicating potential positive responses such as immune activation or enhanced checkpoint inhibitor efficacy.

  • 35% (19 signatures): Associated with resistance to IO therapy, highlighting mechanisms like immune evasion, suppressive tumor microenvironments, or other resistance pathways.

📊 Methods for Computing IO Signature Scores

Signature scores are computed using standardized methods tailored to the characteristics of each signature, as described in their original publications.

  • Unweighted Signatures: Scores are computed using Gene Set Variation Analysis (GSVA) or Single Sample Gene Set Enrichment Analysis(ssGSEA) to assess pathway enrichment. GSVA calculates enrichment scores for gene sets without weighting individual genes.

  • Weighted Signatures: Scores are computed as a weighted mean expression, where weights are assigned as follows: +1 for increased expression and -1 for decreased expression.

  • Specific Algorithm: Certain signature scores are computed based on their respective original publications, e.g., the PredictIO signature.

🔍 Visualization

SignatureSets Association SignatureSets Method

More details about signature score computations and their applications can be found on the PredictioR GitHub repository

📝 Citation

If the data from the SignatureSets package are used in your publication, please cite the following paper(s):
- Bareche, Y., Kelly, D., Abbas-Aghababazadeh, F. et al., Annals of Oncology 2022.

Version Information

📌 This is version: v1.0, corresponding to the release used in the paper.

Owner

  • Name: BHKLAB
  • Login: bhklab
  • Kind: organization
  • Location: Toronto, Ontario, Canada

The Haibe-Kains Laboratory @ Princess Margaret Cancer Centre

GitHub Events

Total
Last Year

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 95
  • Total Committers: 2
  • Avg Commits per committer: 47.5
  • Development Distribution Score (DDS): 0.011
Past Year
  • Commits: 48
  • Committers: 1
  • Avg Commits per committer: 48.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Farnoosh Babazadeh f****h@g****m 94
Benjamin Haibe-Kains b****a@g****m 1

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • knitr * suggests
  • rmarkdown * suggests