See the vignette for an overview of most common functions and usage examples.
## try http:// if https:// URLs are not supported
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("seqsetvis")
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")