The epistack
package main objective is the visualizations of stacks
of genomic tracks (such as, but not restricted to, ChIP-seq, ATAC-seq,
DNA methyation or genomic conservation data)
centered at genomic regions of interest. epistack
needs three
different inputs:
GRanges
(easily obtained from bigwig
or bam
files)GRanges
(easily obtained from gtf
or bed
files)To install the package from Bioconductor, use:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("epistack")
You can install the GitHub version of epistack from R
using :
remotes::install_github("GenEpi-GenPhySE/epistack")
A version of epistack
vignette can be read here.
{epistack} recieved financial support from INRAE and from Agence Nationnale de la Recherche through the funding ANR-19-DATA-0007.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.