README.md

seqcombo: sequence recombination visualization

Installation

repo = c("https://cran.rstudio.com",
         "https://bioconductor.org/packages/release/bioc",
         "https://guangchuangyu.github.io/drat")
install.packages("seqcombo", repo=repo)

Example

library(seqcombo)
fas <- list.files(system.file("examples","GVariation", package="seqcombo"),
                  pattern="fas", full.names=TRUE)
x <- lapply(fas, seqdiff)
plts <- lapply(x, plot)
plot_grid(plotlist=plts, ncol=1, labels=LETTERS[1:3])

Reference



Try the seqcombo package in your browser

Any scripts or data that you put into this service are public.

seqcombo documentation built on Nov. 8, 2020, 6:27 p.m.