1 Star 0 Fork 0

王诗翔 / CNVMotif

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

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

空文件

简介

暂无描述 展开 收起
R 等 2 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/ShixiangWang/CNVMotif.git
git@gitee.com:ShixiangWang/CNVMotif.git
ShixiangWang
CNVMotif
CNVMotif
master

搜索帮助