Skip to content

Allows general set comparisons with a focus on sets of genomic locations (ChIP-seq peaks primarily). The includes standard visualizations such as venn and euler diagrams but more powerfully of genomic signal pulled from bigwig files.

License

Notifications You must be signed in to change notification settings

jrboyd/seqsetvis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
jrboyd
Jan 15, 2025
435315a · Jan 15, 2025
Jan 15, 2025
Nov 21, 2021
May 13, 2024
Dec 9, 2024
Dec 9, 2024
May 15, 2024
May 16, 2019
May 13, 2024
Nov 4, 2020
Jan 15, 2025
Jan 3, 2018
Apr 5, 2024
Jan 15, 2025
Nov 3, 2022
Dec 21, 2017
Jul 28, 2021

Repository files navigation

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")

About

Allows general set comparisons with a focus on sets of genomic locations (ChIP-seq peaks primarily). The includes standard visualizations such as venn and euler diagrams but more powerfully of genomic signal pulled from bigwig files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages