当前位置:网站首页>deepTools对ChIP-seq数据可视化
deepTools对ChIP-seq数据可视化
2022-07-02 09:38:00 【qq_27390023】
deepTools: tools for exploring deep sequencing data
deepTools是一套python工具,特别为高效分析高通量测序数据而开发,如ChIP-seq、RNA-seq或MNase-seq。
## 计算转录起始位点前后1K的peaks分布情况,可以并行处理,加快速度
computeMatrix reference-point -p 2 --referencePoint TSS -b 1000 -a 1000 -R UCSC_GRCH38_refGene.bed -S chip_coverage.bw control_coverage.bw --skipZeros -out ./TSS.computeMatrix.gz --outFileSortedRegions ./test.genes.bed
# 注:chip_coverage.bw control_coverage.bw 来自Macs2结果
plotHeatmap -m TSS.computeMatrix.gz -o heatmap_TSS.pdf --zMin 0 --zMax 8 --colorMap coolwarm --missingDataColor 1
# -o (-out) 输出文件,可以是 ".png", ".eps", ".pdf" and ".svg"
computeMatrix scale-regions -p 2 -S chip_coverage.bw control_coverage.bw -R UCSC_GRCH38_refGene.bed -a 1000 -b 1000 -o gene_region.computeMatrix.gz
plotHeatmap -m gene_region.computeMatrix.gz -o heatmap_gene_region.pdf --zMin 0 --zMax 8 --colorMap coolwarm --missingDataColor 1
#参数说明:-m输入矩阵;-o输出pdf文件;-zMin 0 --zMax 8是热图的最大值和最小值;--colorMap是选#择热图颜色类型(RdBu, coolwarm 等,具体见帮助文档)。做出的pdf热图可以直接在Ai里编辑。
## 只作图 profile
plotProfile -m TSS.computeMatrix.gz -out TSSProfile.png --numPlotsPerRow 2 --plotTitle "TSS data profile"
# 设置profile样式
plotProfile -m TSS.computeMatrix.gz -out ExampleProfile2.png --plotType=fill --perGroup --colors red yellow blue --plotTitle "Test data profile"
## 只作图heatmap
plotHeatmap -m TSS.computeMatrix.gz -out TSSHeatmap.png --colorMap RdBu --whatToShow 'heatmap and colorbar' --zMin -3 --zMax 3 --kmeans 4
## 同时作图profile和heatmap
plotHeatmap -m TSS.computeMatrix.gz -o heatmap_profile.pdf --zMin 0 --zMax 8 --colorMap coolwarm --missingDataColor 1 --kmeans 4
### 参数 --kmeans 聚类的数量参考:
http://deeptools.readthedocs.org/en/latest/content/example_gallery.html#normalized-chip-seq-signals-and-peak-regions
https://deeptools.readthedocs.io/en/develop/content/tools/computeMatrix.html
边栏推荐
- Astparser parsing class files with enum enumeration methods
- ASTParser 解析含有emum 枚举方法的类文件的踩坑记
- Use Huawei performance management service to configure the sampling rate on demand
- Redis超出最大内存错误OOM command not allowed when used memory > 'maxmemory'
- TIPC Cluster5
- Is it safe to open a stock account online? I'm a novice, please guide me
- TIPC Getting Started6
- Indexer in C #
- C#多维数组的属性获取方法及操作注意
- ros gazebo相关包的安装
猜你喜欢

MTK full dump抓取

由粒子加速器产生的反中子形成的白洞

Why does LabVIEW lose precision in floating point numbers

PLC-Recorder快速监控多个PLC位的技巧

From the perspective of attack surface, see the practice of zero trust scheme of Xinchuang

ren域名有价值吗?值不值得投资?ren域名的应用范围有哪些?

Flick two open, realized a batch lookup join (with source code)

Pit of the start attribute of enumrate

PowerBI中导出数据方法汇总

Basic usage of MySQL in centos8
随机推荐
TIPC介绍1
ctf 记录
解决uniapp列表快速滑动页面数据空白问题
TIPC introduction 1
mysql 基本语句
The difference between self and static in PHP in methods
[play with FPGA learning 4 in simple terms ----- talk about state machine design]
函数式接口和方法引用
II Stm32f407 chip GPIO programming, register operation, library function operation and bit segment operation
webauthn——官方开发文档
PLC-Recorder快速监控多个PLC位的技巧
The working day of the month is calculated from the 1st day of each month
QT learning diary 8 - resource file addition
Rest (XOR) position and thinking
Indexer in C #
[paid promotion] collection of frequently asked questions, recommended list FAQ
I STM32 development environment, keil5/mdk5.14 installation tutorial (with download link)
[quick application] win7 system cannot run and debug projects using Huawei ide
Supermarket (heap overload
由粒子加速器产生的反中子形成的白洞