https://github.com/campbio/musicatk

Mutational Signature Comprehensive Analysis Toolkit

https://github.com/campbio/musicatk

Science Score: 23.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
  • Academic publication links
  • Committers with academic emails
    3 of 9 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.7%) to scientific vocabulary

Keywords from Contributors

immune-repertoire bioconductor-packages gene grna-sequence genomics transcriptomics sequencing ontologies clusters proteomics
Last synced: 11 months ago · JSON representation

Repository

Mutational Signature Comprehensive Analysis Toolkit

Basic Info
  • Host: GitHub
  • Owner: campbio
  • Language: R
  • Default Branch: master
  • Size: 260 MB
Statistics
  • Stars: 13
  • Watchers: 3
  • Forks: 9
  • Open Issues: 15
  • Releases: 8
Created almost 6 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog

README.md

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

Mutational Signature Comprehensive Analysis Toolkit

Introduction

A variety of exogenous exposures or endogenous biological processes can contribute to the overall mutational load observed in human tumors. Many different mutational patterns, or “mutational signatures”, have been identified across different tumor types. These signatures can provide a record of environmental exposure and can give clues about the etiology of carcinogenesis. The Mutational Signature Comprehensive Analysis Toolkit (musicatk) has utilities for extracting variants from a variety of file formats, contains multiple methods for discovery of novel signatures or prediction of known signatures, as well as many types of downstream visualizations for exploratory analysis. This package has the ability to parse and combine multiple motif classes in the mutational signature discovery or prediction processes. Mutation motifs include single base substitutions (SBS), double base substitutions (DBS), insertions (INS) and deletions (DEL).

image image

Installation

Currently musicatk can be installed from on Bioconductor using the following code:

r if (!requireNamespace("BiocManager", quietly=TRUE)){ install.packages("BiocManager")} BiocManager::install("musicatk")

To install the latest version from Github, use the following code:

``` r if (!requireNamespace("devtools", quietly=TRUE)){ install.packages("devtools")}

library(devtools) install_github("campbio/musicatk") ```

The package can be loaded using the library command.

r library(musicatk)

Tutorials

Detailed usage tutorials are available on the Camplab website under the 'Vignettes' drop-down.

Owner

  • Name: campbio
  • Login: campbio
  • Kind: organization

GitHub Events

Total
  • Create event: 2
  • Release event: 2
  • Issues event: 2
  • Watch event: 1
  • Issue comment event: 1
  • Push event: 13
  • Gollum event: 3
  • Pull request event: 18
  • Fork event: 1
Last Year
  • Create event: 2
  • Release event: 2
  • Issues event: 2
  • Watch event: 1
  • Issue comment event: 1
  • Push event: 13
  • Gollum event: 3
  • Pull request event: 18
  • Fork event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 85
  • Total Committers: 9
  • Avg Commits per committer: 9.444
  • Development Distribution Score (DDS): 0.624
Past Year
  • Commits: 16
  • Committers: 4
  • Avg Commits per committer: 4.0
  • Development Distribution Score (DDS): 0.563
Top Committers
Name Email Commits
achevali a****c@b****u 32
Joshua D. Campbell j****l@g****m 26
Nitesh Turaga n****a@g****m 8
Natasha Gurevich n****h@N****l 7
nathansahelijo s****o@b****u 5
J Wokaty j****y@s****u 2
BioTong t****4@g****m 2
J Wokaty j****y 2
zeenu94 5****4 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 22
  • Total pull requests: 46
  • Average time to close issues: 3 months
  • Average time to close pull requests: 9 days
  • Total issue authors: 7
  • Total pull request authors: 6
  • Average comments per issue: 0.86
  • Average comments per pull request: 0.13
  • Merged pull requests: 34
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 5
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 day
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • achevali (13)
  • nathansahelijo (3)
  • joshua-d-campbell (2)
  • DarioS (1)
  • bmeier011 (1)
  • Acare (1)
  • kevlumbus (1)
  • kgeyer (1)
  • ThomasGro (1)
  • nqgurevich (1)
  • avrajit (1)
Pull Request Authors
  • nqgurevich (23)
  • achevali (22)
  • Gtnick1241 (7)
  • nathansahelijo (6)
  • BioTong (4)
  • zeenu94 (1)
Top Labels
Issue Labels
bug (6) enhancement (5) question (3) invalid (2) quality (1) low_priority (1) help wanted (1)
Pull Request Labels

Dependencies

DESCRIPTION cran
  • NMF * depends
  • R >= 4.0.0 depends
  • BSgenome * imports
  • BSgenome.Hsapiens.UCSC.hg19 * imports
  • BSgenome.Hsapiens.UCSC.hg38 * imports
  • BSgenome.Mmusculus.UCSC.mm10 * imports
  • BSgenome.Mmusculus.UCSC.mm9 * imports
  • Biostrings * imports
  • ComplexHeatmap * imports
  • GenomeInfoDb * imports
  • GenomicFeatures * imports
  • GenomicRanges * imports
  • IRanges * imports
  • MASS * imports
  • MCMCprecision * imports
  • S4Vectors * imports
  • SummarizedExperiment * imports
  • TCGAbiolinks * imports
  • TxDb.Hsapiens.UCSC.hg19.knownGene * imports
  • TxDb.Hsapiens.UCSC.hg38.knownGene * imports
  • VariantAnnotation * imports
  • base * imports
  • cluster * imports
  • cowplot * imports
  • data.table * imports
  • decompTumor2Sig * imports
  • deconstructSigs * imports
  • dplyr * imports
  • factoextra * imports
  • ggplot2 * imports
  • ggrepel * imports
  • gridExtra * imports
  • gtools * imports
  • maftools * imports
  • magrittr * imports
  • matrixTests * imports
  • methods * imports
  • philentropy * imports
  • plotly * imports
  • rlang * imports
  • shiny * imports
  • shinyBS * imports
  • shinyalert * imports
  • shinybusy * imports
  • shinydashboard * imports
  • shinyjqui * imports
  • shinyjs * imports
  • sortable * imports
  • stringi * imports
  • stringr * imports
  • tibble * imports
  • tidyr * imports
  • topicmodels * imports
  • utils * imports
  • uwot * imports
  • withr * imports
  • BiocStyle * suggests
  • XVector * suggests
  • covr * suggests
  • knitr * suggests
  • qpdf * suggests
  • rmarkdown * suggests
  • survival * suggests
  • testthat * suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v2 composite
  • actions/upload-artifact main composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
  • r-lib/actions/setup-r-dependencies v1 composite
.github/workflows/test-coverage.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/setup-r v1 composite
  • r-lib/actions/setup-r-dependencies v1 composite