How to make chromVAR plot?
0
0
Entering edit mode
9 months ago
Chris ▴ 260

Hi all,

I found an interesting plot in a paper using the tool name chromVAR.
https://www.cell.com/cell-reports/pdf/S2211-1247(19)30666-7.pdf.
However I could not find the code in the Github page of the paper.
https://github.com/sankaranlab/erythroid-profiling Do you know how to make a plot like this from ATAC seq data? Thank you so much!enter image description here

ATAC-seq • 888 views
ADD COMMENT
1
Entering edit mode

This is heatmap/plot which can plot by ComplexHeatmap. You need to prepare your (chromVAR)data to a matrix, then plot the heatmap.

ADD REPLY
0
Entering edit mode

Thank you so much for sharing! Would you please explain why they used chromVAR in the legend? I thought the plot use a function in chromVAR tool?

ADD REPLY
1
Entering edit mode

chromVAR can calculate deviation scores but has no plotting routines. This is simply deviation/variability Z scores between samples in a heatmap. No magic here. https://github.com/sankaranlab/erythroid-profiling/blob/master/code/atac/07a_chromVAR_EryOnly.R#L68

ADD REPLY
0
Entering edit mode

Thank you so much! I appreciate it.

ADD REPLY
0
Entering edit mode

Would you please confirm the function to make this plot?
enter image description here

Seem it is plotVariability()

ADD REPLY

Login before adding your answer.

Traffic: 1739 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6