由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Biology版 - NGS technique question, urgent!
相关主题
reads mapping大鼠的RNA-seq应该使用那个reference genome?
NGS 二代测序分析,大家来评评求助!paper review 机会(bioinformatics, GWAS, NGS)
请教如何处理novel genes的GO enrichment analysisoxford nanopore
谁能讲讲de novo assembly?[合集] 非affy的芯片如何用R进行annotation?
请教gene ontology/enrichment请教:这样的基因标识是什么意思?
不同数据库之间ID的转换求助!!!ChIP-qPCR中的percentage input方法
生物信息phd 研究方向求意见Phosphopeptide Enrichment kit
42 mer read请教怎样从GEO数据库里下载到某一类肿瘤完整的数据?
相关话题的讨论汇总
话题: ngs话题: reads话题: mapped话题: technique话题: unmapped
进入Biology版参与讨论
1 (共1页)
c********e
发帖数: 598
1
I need to mask or filter "mapped reads" in sam/bam files using some
annotated tracks to generated new sam/bam files. How can I do it?
Please help!
m******c
发帖数: 830
2
Don't know what you talking about. So can't help.
n*********4
发帖数: 99
3
use: -F 4
u*********1
发帖数: 2518
4
samtools view -F 4 map.bam
4 (in decimal) or 0x0004 (in HEX) indicates that the query read is unmapped.
If you use the filter option (-F 4) you will remove unmapped reads, hence
the output will only contain mapped reads.
This flag will extract any mapped reads regardless of what mate pair looks
like.
If you'd like to account mate pair, please look at the link below:
http://www.biostars.org/p/14518/

【在 c********e 的大作中提到】
: I need to mask or filter "mapped reads" in sam/bam files using some
: annotated tracks to generated new sam/bam files. How can I do it?
: Please help!

c********e
发帖数: 598
5

unmapped.
Thanks for the reply. I already have mapped the read, I need further enrich
the reads using my own rules contain genomic region that I am interested.

【在 u*********1 的大作中提到】
: samtools view -F 4 map.bam
: 4 (in decimal) or 0x0004 (in HEX) indicates that the query read is unmapped.
: If you use the filter option (-F 4) you will remove unmapped reads, hence
: the output will only contain mapped reads.
: This flag will extract any mapped reads regardless of what mate pair looks
: like.
: If you'd like to account mate pair, please look at the link below:
: http://www.biostars.org/p/14518/

1 (共1页)
进入Biology版参与讨论
相关主题
请教怎样从GEO数据库里下载到某一类肿瘤完整的数据?请教gene ontology/enrichment
[求助]RNA-seq data怎么做broad的GSEA分析不同数据库之间ID的转换
这个值得关注吗?Brain Activity Map生物信息phd 研究方向求意见
求教:RNA-seq数据分析的疑惑42 mer read
reads mapping大鼠的RNA-seq应该使用那个reference genome?
NGS 二代测序分析,大家来评评求助!paper review 机会(bioinformatics, GWAS, NGS)
请教如何处理novel genes的GO enrichment analysisoxford nanopore
谁能讲讲de novo assembly?[合集] 非affy的芯片如何用R进行annotation?
相关话题的讨论汇总
话题: ngs话题: reads话题: mapped话题: technique话题: unmapped