美文网首页生物信息学linux
fastq序列质量Q30统计软件

fastq序列质量Q30统计软件

作者: quan575 | 来源:发表于2017-10-17 22:37 被阅读294次

    FaQCs

    使用perl编写,R画图。不仅可以统计质量,Q30,还可以trim序列。安装简单准备好两个需要的perl 模块,下载github上的文件,然后直接cd lib;./INSTALL.sh
    https://github.com/LANL-Bioinformatics/FaQCs

    fastqc

    windows linux版都有,java写的,速度快,结果清晰,但结果没有Q30比值
    http://www.bioinformatics.babraham.ac.uk/projects/fastqc/

    BGI的Reseqtools

    他们说很好用,还没试
    https://github.com/BGI-shenzhen/Reseqtools

    统计fastq序列数与碱基数

    C编写的,速度特别快,官方介绍
    It could deal with ~4M reads (1G base) in less than 40 seconds, ~50M reads (14G base) in less than 5 minutes!!!
    下载后直接编译就能用gcc -lz -o kseq_fastq_base kseq_fastq_base.c
    https://github.com/billzt/readfq

    python统计fastq序列的Q30

    可以直接使用gzip的fastq文件
    https://github.com/dayedepps/q30

    相关文章

      网友评论

        本文标题:fastq序列质量Q30统计软件

        本文链接:https://www.haomeiwen.com/subject/rrmjuxtx.html