1 Star 0 Fork 5

gnudebian / sigminer

forked from 王诗翔 / sigminer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.Rmd 9.82 KB
一键复制 编辑 原始数据 按行查看 历史
Shixiang Wang 提交于 2021-09-08 18:00 . update readme
output
github_document
```{r setup, include = FALSE} knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%", warning = FALSE ) ``` # Sigminer: Mutational Signature Analysis and Visualization in R logo [![CRAN status](https://www.r-pkg.org/badges/version/sigminer)](https://cran.r-project.org/package=sigminer) [![lifecycle](https://img.shields.io/badge/lifecycle-stable-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html) [![R-CMD-check](https://github.com/ShixiangWang/sigminer/workflows/R-CMD-check/badge.svg)](https://github.com/ShixiangWang/sigminer/actions) [![Coverage status](https://codecov.io/gh/ShixiangWang/sigminer/branch/master/graph/badge.svg)](https://codecov.io/github/ShixiangWang/sigminer?branch=master) [![](https://cranlogs.r-pkg.org/badges/grand-total/sigminer?color=orange)](https://cran.r-project.org/package=sigminer) [![Closed issues](https://img.shields.io/github/issues-closed/ShixiangWang/sigminer.svg)](https://github.com/ShixiangWang/sigminer/issues?q=is%3Aissue+is%3Aclosed) [![Lines Of Code](https://tokei.rs/b1/github/ShixiangWang/sigminer?category=code)](https://github.com/ShixiangWang/sigminer) [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FShixiangWang%2Fsigminer&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com) ![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat-square) ## :bar_chart: Overview The cancer genome is shaped by various mutational processes over its lifetime, stemming from exogenous and cell-intrinsic DNA damage, and error-prone DNA replication, leaving behind characteristic mutational spectra, termed **mutational signatures**. This package, **sigminer**, helps users to extract, analyze and visualize signatures from genome alteration records, thus providing new insight into cancer study. For pipeline tool, please see its co-evolutionary CLI [sigflow](https://github.com/ShixiangWang/sigflow). **SBS signatures**: ```{r, fig.width=12, fig.height=5, echo=FALSE, message=FALSE} library(sigminer) load(system.file("extdata", "toy_mutational_signature.RData", package = "sigminer", mustWork = TRUE )) # Show signature profile p1 % as.matrix(), mode = "DBS", style = "cosmic", check_sig_names = F) p3 ``` **INDEL (i.e. ID) signatures**: ```{r fig.width=12, fig.height=5, echo=FALSE} ID = system.file("extdata", "ID_signatures.rds", package = "sigminer", mustWork = TRUE) ID = readRDS(ID) # Show signature profile p4 % as.matrix(), mode = "ID", style = "cosmic", check_sig_names = F) p4 ``` **Genome rearrangement signatures**: ```{r fig.width=10, fig.height=5, echo=FALSE, message=FALSE} p5 . All functions are well organized and documented at . For usage of a specific function `fun`, run `?fun` in your R console to see its documentation. ## :paperclip: Citation If you use **sigminer** in academic field, please cite one of the following papers. ------------------------------------------------------------------------ - ***Wang S, Li H, Song M, Tao Z, Wu T, He Z, et al. (2021) Copy number signature analysis tool and its application in prostate cancer reveals distinct mutational processes and clinical outcomes. PLoS Genet 17(5): e1009557.*** - ***Shixiang Wang, Ziyu Tao, Tao Wu, Xue-Song Liu, Sigflow: An Automated And Comprehensive Pipeline For Cancer Genome Mutational Signature Analysis, Bioinformatics, btaa895***. ------------------------------------------------------------------------ ## :arrow_down: Download Stats ```{r, echo=FALSE, warning=FALSE, message=FALSE} library("ggplot2") library("cranlogs") library("dplyr") x ## :page_facing_up: LICENSE The software is made available for non commercial research purposes only under the [MIT](https://github.com/ShixiangWang/sigminer/blob/master/LICENSE.md). However, notwithstanding any provision of the MIT License, the software currently may not be used for commercial purposes without explicit written permission after contacting Shixiang Wang [wangshx\@shanghaitech.edu.cn](mailto:wangshx@shanghaitech.edu.cn) or Xue-Song Liu [liuxs\@shanghaitech.edu.cn](mailto:liuxs@shanghaitech.edu.cn). MIT © 2019-Present Shixiang Wang, Xue-Song Liu MIT © 2018 Anand Mayakonda ------------------------------------------------------------------------ [**Cancer Biology Group**](https://github.com/XSLiuLab) **\@ShanghaiTech** **Research group led by Xue-Song Liu in ShanghaiTech University**
R
1
https://gitee.com/gnudebian/sigminer.git
git@gitee.com:gnudebian/sigminer.git
gnudebian
sigminer
sigminer
master

搜索帮助