5提取snp indel 位点

Posted 风中之铃

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了5提取snp indel 位点相关的知识,希望对你有一定的参考价值。

le final.snp.list | perl -lane ‘{$a+=1;print "$a\t$F[0]\t$F[1]\t$F[1]"}‘ | less >snp_site

le final.indel.vcf |grep -v ‘^#‘ | less -S|perl -lane ‘{$a+=1;$b=$F[1]+length($F[3]);print "$a\t$F[0]\t$F[1]\t$b"}‘ | less -S >indel_site

以上是关于5提取snp indel 位点的主要内容,如果未能解决你的问题,请参考以下文章

[samtools] 文本查看语法,浏览SNP/INDEL位点

SNP (Single Nucleotide Polymorphism), SNV ( single nucleotide variants ) , Indel (insertion-deletion

变异位点的归一化(normalization of indel)

甲基化数据QC:使用甲基化数据计算样本间的相关性

甲基化数据QC:使用甲基化数据计算样本间的相关性

shapeit提取或去除指定SNP和样本(shapeit extract or exclude SNP, sample)