1 Star 0 Fork 0

王诗翔 / CNVMotif

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
王诗翔 提交于 2020-08-12 10:35 . 更改包名

CNVMotif

R-CMD-check Codecov test coverage

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 with:

install.packages("CNVMotif")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("ShixiangWang/CNVMotif")

Example

library(CNVMotif)
library(ggseqlogo)
#> Warning: package 'ggseqlogo' was built under R version 4.0.1
data(ggseqlogo_sample)

## Same as ggseqlogo()
p1 <- ggseqlogo2(seqs_dna[[1]])
p1

## Extra feature
idor <- as.character(1:4)
names(idor) <- c("A", "C", "G", "T")
p2 <- ggseqlogo2(seqs_dna[[1]], idor = idor)
p2
1
https://gitee.com/ShixiangWang/CNVMotif.git
git@gitee.com:ShixiangWang/CNVMotif.git
ShixiangWang
CNVMotif
CNVMotif
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891