README.md

hictoolsr: Hi-C analysis in R

hictoolsr is an R package with a collection of useful tools for Hi-C data analysis. The tools fall into the following broad categories:

Installation

This package can be installed via github:

if (!requireNamespace("remotes", quietly = TRUE))
    install.packages("remotes")
remotes::install_github("EricSDavis/hictoolsr")

Workflows

We have provided a series of workflows that demonstrate how hictoolsr can be integrated and used with existing packages to analyze genomic data.

Differential Loop Calling

This workflow demonstrates how to identify and visualize differential loops between two biological conditions using the hictoolsr, DESeq2, and plotgardener packages.

Inter/Intrachromosomal Aggregate Analysis

(Coming soon) This workflow will demonstrate how to aggregate Hi-C signal from interactions between proteins bound on DNA.

Future updates

Improve function naming:

binBedpe()

calcApa()

calcBepde()

extractCounts()

filterBedpe()

mergeBedpe()

plotApa()



EricSDavis/hictoolsr documentation built on Sept. 4, 2022, 12:36 a.m.