1 Star 0 Fork 0

王诗翔 / CNVMotif

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.Rmd 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
王诗翔 提交于 2020-08-12 10:35 . 更改包名
output
github_document
```{r, include = FALSE} knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "50%", fig.align = "center" ) ``` # CNVMotif ![R-CMD-check](https://github.com/ShixiangWang/CNVMotif/workflows/R-CMD-check/badge.svg) [![Codecov test coverage](https://codecov.io/gh/ShixiangWang/CNVMotif/branch/master/graph/badge.svg)](https://codecov.io/gh/ShixiangWang/CNVMotif?branch=master) The goal of CNVMotif is to explore, analyze and visualize the copy number variation (CNV) motifs in cancer genomics. ## Installation ~~You can install the released version of {CNVMotif} from [CRAN](https://CRAN.R-project.org) with:~~ ``` r install.packages("CNVMotif") ``` And the development version from [GitHub](https://github.com/) with: ``` r # install.packages("devtools") devtools::install_github("ShixiangWang/CNVMotif") ``` ## Example ```{r} library(CNVMotif) library(ggseqlogo) data(ggseqlogo_sample) ## Same as ggseqlogo() p1
1
https://gitee.com/ShixiangWang/CNVMotif.git
git@gitee.com:ShixiangWang/CNVMotif.git
ShixiangWang
CNVMotif
CNVMotif
master

搜索帮助