Science Score: 39.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 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: CaluraLab
  • Language: R
  • Default Branch: main
  • Size: 32 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog

README.md

MOSClip

Multi-Omics Survival Clip

MOSClip is a topological pathway analysis tool to test survival association of pathways in a multi-omic framework.

Description

MOSClip R package implements a statistical approach able to integrate multi-omic data and look for survival associated gene modules. It integrates multiple omics - trascriptomics, methylomics, genomic mutations, and genomic copy number variations - using various data dimensionality reduction strategies and multivariate models. Exploiting graph theory, pathways can be decomposed into their connected components, that we call modules. The analysis can then be performed at the level of entire pathways or pathway modules. MOSClip pathway analysis serves two primary purposes: testing the survival association of pathways or modules using the Cox proportional hazard model, and conducting a two-class analysis with a generalized linear model. Additionally, the package offers valuable graphical tools to visualize and interpret the results.

Installation

You can install MOSClip directly from GitHub writing the following commands in your R console.

``` r

Install the package from Bioconductor

if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager")

BiocManager::install("MOSClip")

Install the package from GitHub

devtools::install_github("CaluraLab/MOSClip")

```

References

Paolo Martini, Monica Chiogna, Enrica Calura, and Chiara Romualdi. 2019. “MOSClip: Multi-Omic and Survival Pathway Analysis for the Identification of Survival Associated Gene and Modules.” Nucleic Acids Research 47 (14): e80. https://doi.org/10.1093/nar/gkz324

Owner

  • Name: Calura Lab
  • Login: CaluraLab
  • Kind: organization
  • Email: enrica.calura@unipd.it
  • Location: Department of Biology, University of Padova, Italy

Computational Cancer Genomics

GitHub Events

Total
  • Delete event: 1
  • Push event: 10
  • Create event: 4
Last Year
  • Delete event: 1
  • Push event: 10
  • Create event: 4

Issues and Pull Requests

Last synced: 10 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

Packages

  • Total packages: 1
  • Total downloads:
    • bioconductor 2,111 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 4
  • Total maintainers: 1
bioconductor.org: MOSClip

Multi Omics Survival Clip

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 2,111 Total
Rankings
Dependent repos count: 0.0%
Dependent packages count: 31.5%
Average: 42.4%
Downloads: 95.6%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 4.4.0 depends
  • AnnotationDbi * imports
  • ComplexHeatmap * imports
  • FactoMineR * imports
  • Matrix * imports
  • MultiAssayExperiment * imports
  • NbClust * imports
  • RColorBrewer * imports
  • S4Vectors * imports
  • SuperExactTest * imports
  • checkmate * imports
  • circlize * imports
  • corpcor * imports
  • coxrobust * imports
  • elasticnet * imports
  • gRbase * imports
  • ggplot2 * imports
  • ggplotify * imports
  • grDevices * imports
  • graph * imports
  • graphics * imports
  • graphite * imports
  • gridExtra * imports
  • igraph * imports
  • methods * imports
  • org.Hs.eg.db * imports
  • pheatmap * imports
  • qpgraph * imports
  • reshape * imports
  • stats * imports
  • survival * imports
  • survminer * imports
  • utils * imports
  • BiocGenerics * suggests
  • BiocStyle * suggests
  • EDASeq * suggests
  • MASS * suggests
  • RUnit * suggests
  • kableExtra * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat >= 3.0.0 suggests