https://github.com/novartis/chraw
The package analyzes chromatin and multi-omic experiments. It extends the MultiAssayExperiment object and builds a ChrawExperiment object from ENCODE’s output. It performs QC plotting, identifies differential events and other functionalities. More details in package vignettes.
https://github.com/novartis/chraw
Last synced: 10 months ago
JSON representation
The package analyzes chromatin and multi-omic experiments. It extends the MultiAssayExperiment object and builds a ChrawExperiment object from ENCODE’s output. It performs QC plotting, identifies differential events and other functionalities. More details in package vignettes.
- Host: GitHub
- URL: https://github.com/novartis/chraw
- Owner: Novartis
- License: mit
- Created: 2024-08-27T21:13:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T13:51:11.000Z (almost 2 years ago)
- Last Synced: 2024-12-11T01:18:34.009Z (over 1 year ago)
- Language: R
- Size: 52.4 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Chraw: Chromatin Analysis Workflow [v1.0.0, for R]
---
## Summary
---
chraw is an R package for the analysis of chromatin data and developed by Alejandro Reyes, Sebastian Steinhauser, Christian Kolter and Ricardo Rosa Junior (alejandro.reyes_quiroz@novartis.com, sebastian.steinhauser@novartis.com, christian.kolter@novartis.com and ricardo.rosa@hc.fm.usp.br). It is attended for chromatin data processed by ATAC-seq, CUT&RUN and ChIP-seq [pipelines](https://www.encodeproject.org/pipelines/). Nevertheless, the workflow can also handle data produced with other pipelines. Genome assemblies hg19, hg38, mm10 and rn6 assemblies are supported through the workflow analysis.
This package builds on top of MultiAssayExperiment and aims to be a simplified version of multiple R-packages (DESeq2, DiffBind, corrplot, ChIPseeker,...) that normally need a substantial contribution of the user in terms of input and comprehension of the documentation. Each major analysis step is shrinked to a single function (differential analysis, correlation plots, PCA,...) and only requires a few inputs from the user.
The workflow was tested on various cell lines and experimental designs.
Once the package is installed, we are ready to start our chromatin analysis.
