Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.07 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.07 KB

Coverage Status

See the vignette for an overview of most common functions and usage examples.

Installation

From Bioconductor

## try http:// if https:// URLs are not supported
if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
BiocManager::install("seqsetvis")

From github

One dependency from bioconductor isn't getting installed automatically

if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
BiocManager::install("GenomeInfoDbData")

Install devtools if needed

if(!require(devtools)){
    install.packages("devtools")    
}

Install seqsetvis from github

devtools::install_github("jrboyd/seqsetvis")