制作BW文件的时候需要去除位于黑名单区域的信号

我看到一个biostars论坛提问很有趣

The code I used;

$ computeMatrix scale-regions -S Sample1.bw Sample2.bw Sample3.bw -R genes.bed -a 5000 -b 5000 -o Samples.matrix --regionBodyLength 15000 --skipZeros
$ plotProfile -m Samples.matrix -out Samples.profile.png --perGroup

结果出图很诡异:

How can I remove them?

第一个回答我觉得就是对的:

I expect you have some outlier bin in one gene (just remove that gene, though in the future you'll want to blacklist that region when making bigWig files) that will be apparent in the heatmap.

如果不想在bw文件生成环节修改,也可以

If you want to actually edit the heatmap then don't bother with --outFileNameMatrix, just gunzip the output from computeMatrix, remove the problematic line, change the group_boundaries so they limits are correct, and then gzip the results back up.

当然,这个难度就有点高了,不会脚本很难完成

In general, it's probably simpler to just figure out where the problem region is and remake the bigWig files with that region blacklisted.

Wiggle Track Format (WIG):http://genome.ucsc.edu/goldenPath/help/wiggle.html

bigWig Track Format :http://genome.ucsc.edu/goldenPath/help/bigWig.html

BedGraph Track Format :http://genome.ucsc.edu/goldenPath/help/bedgraph.html

这3种文件格式都是UCSC规定的,所以它提供了系列工具进行互相转换,可以直接下载可执行版本程序:http://hgdownload.cse.ucsc.edu/admin/exe/

常见的工具如下:

  • bigWigToBedGraph — this program converts a bigWig file to ASCII bedGraph format.

  • bigWigToWig — this program converts a bigWig file to wig format.

  • bigWigSummary — this program extracts summary information from a bigWig file.

  • bigWigAverageOverBed — this program computes the average score of a bigWig over each bed, which may have introns.

  • bigWigInfo — this program prints out information about a bigWig file.

(0)

相关推荐

  • Track 3黑绿

    Track 3黑绿 车牌号:zhuoyu00520

  • Track 3白橙

    Track 3白橙 车牌号:zhuoyu00520

  • Track 3黄灰白

    Track 3黄灰白 车牌号:zhuoyu00520

  • 一步一步教你用基因组浏览器(图文)

    一.配置参数 UCSC基因组浏览器地址: https://genome.ucsc.edu/cgi-bin/hgTracks?db=mm10&lastVirtModeType=default&a ...

  • Track 3 白

    Track 3白 车牌号 :zhuoyu00520

  • Track 3白

    Track 3白 车牌号:zhuoyu00520

  • 使用pyBigWig模块查看bigwig文件中的内容

    bam, bedgraph, bigwig是3种常见的存储测序深度信息的文件,都可以方便的导入IGV浏览器进行查看,其中bigwig最为常用.在chip_seq, atac_seq中,通常都会提供该种 ...

  • 文件后缀名怎么去除

    [问题描述]: Windows下更改文件扩展名 [原因分析]: 无 [简易步骤]: [我的电脑]-[工具]-[文件夹选项]-[查看]-取消[隐藏已知文件类型的扩展名]前面的"√"- ...

  • 从WGS测序得到的VCF文件里面提取位于外显子区域的【直播】我的基因组84

    首先要下载并且得到人类基因组的外显子坐标记录文件 这里我用的参考基因组版本仍然是hg19,所以去CCDS数据库里面下载对应版本,并且格式化成BED文件. wget  ftp://ftp.ncbi.nl ...

  • 小白教你如何用PPT制作卡通文件袋封面

    文件袋相信大家都见过吧,今天小白办公网所要讲的就是将文件袋搬到PPT中,教大家制作一个卡通PPT文件袋模板.相信在制作的过程中大家可以学会一些知识! 小白办公网|office自学网 如何用PPT制作卡 ...

  • linux下制作ISO文件

    mkisofs -r -o 路径/ISO 文件名 目录文件路径 例子:mkisofs -r -o /opt/mycd.iso /home

  • H5动画微课制作7——文件菜单

    文件菜单的熟悉往往是软件入门的基础,也是技术精进的门槛.不要小看菜单的熟悉,很多时候,高手与低手的区别其实就在你是否熟悉菜单和软件的基础功能,能熟练使用基础功能才有可能融会贯通有创新地发挥想象力综合应 ...

  • 用NSIS制作安装文件 | 学步园

    用NSIS制作安装文件 | 学步园

  • 使用MATLAB一键制作mif文件

    本文档主要讲解实现一个16384(2^14)点的14位正弦波数据mif格式文件的生成,使用此文件,我们便可以在FPGA上基于直接数字合成(DDS)原理生成标准的正弦波,即实现信号发生器的功能.关于DD ...

  • 如何制作pdf文件?pdf文件制作图文教程分享

    最近,小峰的一个朋友因为要做PDF报告而十分的头疼,只不过最让他头疼的并不是报告的内容,而是这个让他搞不懂的PDF文件.作为一种新兴的文件格式,现如今,咱们办公中需要使用到PDF格式的时候可以说是越来 ...

  • 如何制作PDF文件?PDF文件中的图片要如何替换掉?

    说来也是郁闷了,今天办公室的一个同事请假,刚巧他跟进的一个项目要修改资料,于是这个任务就自然而然的落在了小白的手上.原本同事之间是需要互相帮助的,修改一下资料也不算是什么大事儿,但是巧就巧在同事制作这 ...