随笔 - 407  文章 - 51  评论 - 2  阅读 - 13万

第一题

# 窗口拆分 test.bed 需要修改
bedtools makewindows -g test.bed -w 100000 -s 100000 >> 100k_window.bed
# tumor coverage count
bedtools coverage -a 100k_window.bed -b tumor.bam > tumor.counts.txt
# normal coverage count
bedtools coverage -a 100k_window.bed -b normal.bam > normal.counts.txt
posted on   kid;)  阅读(98)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· AI 智能体引爆开源社区「GitHub 热点速览」
· 三行代码完成国际化适配,妙~啊~
· .NET Core 中如何实现缓存的预热?
历史上的今天:
2020-09-07 Perl的特殊符号
2020-09-07 perl中的qw
2020-09-07 perl的命令行参数ARGV
2020-09-07 perl中的$0
2020-09-07 远程分支的分支名称和tag怎么同步到fork的分支
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示