当前位置:网站首页>Visualization of chip SEQ data by deeptools
Visualization of chip SEQ data by deeptools
2022-07-02 11:36:00 【qq_ twenty-seven million three hundred and ninety thousand and 】
deepTools: tools for exploring deep sequencing data
deepTools It's a set python Tools , Especially developed for efficient analysis of high-throughput sequencing data , Such as ChIP-seq、RNA-seq or MNase-seq.
## Before and after calculating transcription start sites 1K Of peaks Distribution situation , It can be processed in parallel , Speed up
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
# notes :chip_coverage.bw control_coverage.bw come from Macs2 result
plotHeatmap -m TSS.computeMatrix.gz -o heatmap_TSS.pdf --zMin 0 --zMax 8 --colorMap coolwarm --missingDataColor 1
# -o (-out) The output file , It can be ".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
# Parameter description :-m Input matrix ;-o Output pdf file ;-zMin 0 --zMax 8 Are the maximum and minimum values of the heat map ;--colorMap It's a choice # Choose the heat map color type (RdBu, coolwarm etc. , See the help document for details ). Made pdf The heat map can be directly displayed in Ai Editor .
## Drawing only profile
plotProfile -m TSS.computeMatrix.gz -out TSSProfile.png --numPlotsPerRow 2 --plotTitle "TSS data profile"
# Set up profile style
plotProfile -m TSS.computeMatrix.gz -out ExampleProfile2.png --plotType=fill --perGroup --colors red yellow blue --plotTitle "Test data profile"
## Drawing only heatmap
plotHeatmap -m TSS.computeMatrix.gz -out TSSHeatmap.png --colorMap RdBu --whatToShow 'heatmap and colorbar' --zMin -3 --zMax 3 --kmeans 4
## Draw at the same time profile and heatmap
plotHeatmap -m TSS.computeMatrix.gz -o heatmap_profile.pdf --zMin 0 --zMax 8 --colorMap coolwarm --missingDataColor 1 --kmeans 4
### Parameters --kmeans Number of clusters
Reference resources :
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
边栏推荐
猜你喜欢
TDSQL|就业难?腾讯云数据库微认证来帮你
三.芯片啟動和時鐘系統
MySQL linked list data storage query sorting problem
Always report errors when connecting to MySQL database
Multi line display and single line display of tqdm
Iii. Système de démarrage et d'horloge à puce
ESP32存储配网信息+LED显示配网状态+按键清除配网信息(附源码)
Win11 arm system configuration Net core environment variable
TIPC messaging3
亚马逊云科技 Community Builder 申请窗口开启
随机推荐
接口调试工具概论
ImportError: cannot import name ‘Digraph‘ from ‘graphviz‘
【IDEA】使用插件一键逆向生成代码
Summary of data export methods in powerbi
SSRF
启牛商学院给的股票账户安全吗?能开户吗?
webauthn——官方开发文档
Amazon cloud technology community builder application window opens
Tdsql | difficult employment? Tencent cloud database micro authentication to help you
Multi line display and single line display of tqdm
SSRF
制造业数字化转型和精益生产什么关系
程序员成长第六篇:如何选择公司?
Redis exceeds the maximum memory error oom command not allowed when used memory & gt; ' maxmemory'
Mmrotate rotation target detection framework usage record
三.芯片啟動和時鐘系統
ImportError: cannot import name ‘Digraph‘ from ‘graphviz‘
Programmer growth Chapter 6: how to choose a company?
Develop scalable contracts based on hardhat and openzeppelin (II)
PHP tea sales and shopping online store