LoopRig
Integration and Analysis of Chromatin Loop Data
Common coordinate-based workflows involving processed chromatin loop and genomic element data are considered and packaged into appropriate customizable functions. Includes methods for linking element sets via chromatin loops and creating consensus loop datasets.
README
<!-- README.md is generated from README.Rmd. Please edit that file -->
# LoopRig <img src="man/figures/looprig_logo.png" height="180px" align="right"/>
[](https://travis-ci.com/hsmaan/LoopRig)
[](https://ci.appveyor.com/project/hsmaan/LoopRig)
[](https://codecov.io/gh/hsmaan/LoopRig)
## Overview
LoopRig is an R package that aims to standardize complex
coordinate-based workflows utilizing chromatin loop and genomic element
data.
## Installation
LoopRig can be installed directly from GitHub:
``` r
# install.packages("devtools")
devtools::install_github("hsmaan/LoopRig", build_vignettes = TRUE)
```
## Usage
Element data from BED4..n files and chromatin loop data from BEDPE files
is used as input for the `LoopsToRanges()` and `ElementsToRanges()`
functions, which create S3 containers for S4 *GRangesList* and *GRanges*
objects respectively. These containers are of class *LoopRanges* and
*ElementRanges*, and can be analyzed using the chromatin loop
manipulation and element linkage functions available in LoopRig.
An in-depth tutorial is available in the package vignettes:
``` r
browseVignettes("LoopRig")
vignette("LoopRig-Tutorial")
```
Complete package documentation available
[here](https://hsmaan.github.io/LoopRig/)
## License
[GNU General Public
License 3.0](https://github.com/hsmaan/LoopRig/blob/master/LICENSE)
Versions across snapshots
| Version | Repository | File | Size |
|---|---|---|---|
0.1.1 |
rolling linux/jammy R-4.5 | LoopRig_0.1.1.tar.gz |
692.1 KiB |
0.1.1 |
rolling linux/noble R-4.5 | LoopRig_0.1.1.tar.gz |
692.1 KiB |
0.1.1 |
rolling source/ R- | LoopRig_0.1.1.tar.gz |
692.1 KiB |
0.1.1 |
latest linux/jammy R-4.5 | LoopRig_0.1.1.tar.gz |
692.1 KiB |
0.1.1 |
latest linux/noble R-4.5 | LoopRig_0.1.1.tar.gz |
692.1 KiB |
0.1.1 |
latest source/ R- | LoopRig_0.1.1.tar.gz |
692.1 KiB |
0.1.1 |
2026-04-26 source/ R- | LoopRig_0.1.1.tar.gz |
692.1 KiB |
0.1.1 |
2026-04-23 source/ R- | LoopRig_0.1.1.tar.gz |
692.1 KiB |
0.1.1 |
2025-04-20 source/ R- | LoopRig_0.1.1.tar.gz |
692.1 KiB |