美文网首页生物信息博士生的科研感悟和生活沉淀生物信息学
ChopStitch-一种利用转录组和全基因组数据进行外显子标注

ChopStitch-一种利用转录组和全基因组数据进行外显子标注

作者: LeoinUSA | 来源:发表于2018-01-09 21:04 被阅读27次

    Sequencing studies on non-model organisms often interrogate both genomes and transcriptomes with massive amounts of short sequences. Such studies require de novo analysis tools and techniques, when the species and closely related species lack high quality reference resources. For certain applications such as de novo annotation, information on putative exons and alternative splicing may be desirable.

    非模式生物的测序研究经常面对的一个困难是处理大量的关于基因组和转录组的短序列信息。

    Researchers at the Michael Smith Genome Sciences Centre have developed ChopStitch, a new method for finding putative exons de novo and constructing splice graphs using an assembled transcriptome and whole genome shotgun sequencing (WGSS) data. ChopStitch identifies exon-exon boundaries in de novo assembled RNA-Seq data with the help of a Bloom filter that represents the k-mer spectrum of WGSS reads. The algorithm also accounts for base substitutions in transcript sequences that may be derived from sequencing or assembly errors, haplotype variations, or putative RNA editing events. The primary output of the tool is a FASTA file containing putative exons. Further, exon edges are interrogated for alternative exon-exon boundaries to detect transcript isoforms, which are represented as splice graphs in DOT output format.

    ChopStitch workflow

    ChopStitch工作流程

    After constructing the genomic Bloom filter, ChopStitch interrogates transcript sequences to find putative exons. It then finds exons with overlapping edges and constructs a splicegraph in DOT format. Graphviz ccomps is used to find sub- graphs. ChopStitch also detects putative exons smaller than the size of k-mer as illustrated in the figure: The stretch of absent k-mers is greater than k 1. The 3-sided arrows show the scrutiny process towards the beginning and end of the absent k-mer stretch.

    Availability: ChopStitch is written in Python and C ++ and is released under the GPL license. It is freely available at: https://github.com/bcgsc/ChopStitch.

    相关文章

      网友评论

        本文标题:ChopStitch-一种利用转录组和全基因组数据进行外显子标注

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