当前位置:网站首页>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
边栏推荐
- Importerror: impossible d'importer le nom « graph» de « graphviz»
- 启牛商学院给的股票账户安全吗?能开户吗?
- C file and folder operation
- 高德根据轨迹画线
- STM32单片机编程学习
- 基于 Openzeppelin 的可升级合约解决方案的注意事项
- PHP tea sales and shopping online store
- Amazon cloud technology community builder application window opens
- 八大排序汇总
- What are the methods of adding elements to arrays in JS
猜你喜欢

PowerBI中导出数据方法汇总

三.芯片啟動和時鐘系統

Never forget, there will be echoes | hanging mirror sincerely invites you to participate in the opensca user award research

Basic usage of MySQL in centos8

Develop scalable contracts based on hardhat and openzeppelin (II)

TDSQL|就业难?腾讯云数据库微认证来帮你

CTF record

Mongodb learning and sorting (condition operator, $type operator, limit() method, skip() method and sort() method)

数字化转型挂帅复产复工,线上线下全融合重建商业逻辑

JS——每次调用从数组里面随机取一个数,且不能与上一次为同一个
随机推荐
高德根据轨迹画线
制造业数字化转型和精益生产什么关系
数字化转型挂帅复产复工,线上线下全融合重建商业逻辑
Solve the problem of data blank in the quick sliding page of the uniapp list
Resources读取2d纹理 转换为png格式
TIPC messaging3
Thanos Receiver
Summary of data export methods in powerbi
Introduction to interface debugging tools
MySQL basic statement
mysql 基本语句
How does the whole network display IP ownership?
通过券商经理的开户二维码开股票账户安全吗?还是去证券公司开户安全?
对毕业季即将踏入职场的年轻人的一点建议
Importerror: impossible d'importer le nom « graph» de « graphviz»
Array splitting (regular thinking
Redis超出最大内存错误OOM command not allowed when used memory > 'maxmemory'
PLC-Recorder快速监控多个PLC位的技巧
spritejs
Gaode draws lines according to the track