Hi Ryan, thanks for your suggestion. I've got some questions in regard to the two methods.
1st method (bed file presorted by expression):
- Is there any way that a tabular illustration of the gene sorted (by FPKM) can be put near to the deeptools generated heatmaps (e.g. occupancy data) Example: Fig. B here
2nd method (by computeMatrixOperations cbind):
If this method is used, isn't it the matrices should be generated by
scale-regionsmode (starting from TSS to TES for expression the data?). Can I set a different length for the regions for RNAseq and occupancy data (e.g. RNAseq data: only TSS to TTS, occupancy data: 3kb upstream of TSS to 3kb downstream of TTS)In the RNAseq files, how does the value computed for each row (by
–sortUsingincomputeMatrix) compared/ related to FPKM?
Thanks!