- Home
- Bioconductor 3.22
- Software Packages
- seqsetvis
seqsetvis
This is the released version of seqsetvis; for the devel version, see seqsetvis.
Set Based Visualizations for Next-Gen Sequencing Data
Bioconductor version: Release (3.22)
seqsetvis enables the visualization and analysis of sets of genomic sites in next gen sequencing data. Although seqsetvis was designed for the comparison of mulitple ChIP-seq samples, this package is domain-agnostic and allows the processing of multiple genomic coordinate files (bed-like files) and signal files (bigwig files pileups from bam file). seqsetvis has multiple functions for fetching data from regions into a tidy format for analysis in data.table or tidyverse and visualization via ggplot2.
Author: Joseph R Boyd [aut, cre] ORCID iD ORCID: 0000-0002-8969-9676
Maintainer: Joseph R Boyd <jrboyd at uvm.edu>
citation("seqsetvis")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("seqsetvis")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("seqsetvis")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.