JetBrains-Research / washu

Reproducible and scalable technical pipelines for ChIP-Seq and RNA-Seq processing
https://artyomovlab.wustl.edu/aging
MIT License
0 stars 0 forks source link

Implement functions for peaks plots creation and create report scripts based on them #22

Closed PetrTsurinov closed 6 years ago

PetrTsurinov commented 6 years ago

Background

We want to analyse quality of our peak calling and compare different peak callers with each other. Also it would be good to find out some decreasing or increasing of peaks count between groups of young donors and old donors.

Requirements

Implement function for plotting next graphs:

Create two report scripts:

In Scope

Functions for calculating and visualising: 1) Common/groups/individual peaks count with different consensus percent 2) Cumulative consensus 3) Frip plot via peaks count and age groups boxplot 4) Lengths boxplots

Out of Scope