暗能星系

    • 登录
    • 搜索

    病毒数据分析相关文献

    电子书
    1
    1
    8
    正在加载更多帖子
    • 从旧到新
    • 从新到旧
    • 最多赞同
    回复
    • 在新帖中回复
    登录后回复
    此主题已被删除。只有拥有主题管理权限的用户可以查看。
    • A
      anneng 最后由 anneng 编辑

      VirusDetect: An automated pipeline for efficient virus discovery using deep sequencing of small RNAs
      zheng2017 VirusDetect An automated pipeline for efficient virus discovery using deep sequencing of small RNAs.pdf
      6e516df8-d3ad-46fc-a92d-160f98a989c9-image.png
      这个流程包括有参组装、de novo组装、去宿主,使用的是blastn 来扫描一个病毒数据库 可以用来进行新病毒的发现或者分析病毒的进化

      官网: http://bioinfo.bti.cornell.edu/tool/VirusDetect/
      https://github.com/kentnf/VirusDetect
      考虑到这个软件是perl开发的 我们最好不用 直接用里面的软件自己封装成cwl

      传统的方法无法识别新病毒或病毒变异
      enzyme-linked immunosorbent assay (ELISA), polymerase chain reaction (PCR), nucleic acid hybridization or microarray are useful but they require prior knowledge or sequence information of the potential pathogens, thus they are not highly efficient in detecting novel viruses or virus variants

      整体流程图如下:
      7b11e854-097b-4187-89b7-3be068b7a566-image.png
      1.使用bwa和病毒参考数据库进行比对 比对上的序列和参考序列进行有参组装 得到病毒的一致性序列 这个分支主要用于发现已知病毒
      2.使用bwa和宿主进行比对 去宿主 (可选步骤) 使用没有map上的序列进行de novo 组装(Velvet ) ‘hash_length’ (the length of k-mer) ‘cov_cutoff’ (the coverage cutoff) 参数会严重影响组装质量 因此这个地方尝试了多次 最终选择了contig比较长的参数组合 这些contig又和宿主进行了比对 抛弃比对上的contig (有个宿主基因组会整合病毒序列 这种序列活性不高 可以删除)
      3.整合有参和无参得到的contig 删除重复的contig
      4.使用blastn、blastx注释病毒contig 生成sam文件

      1 条回复 最后回复 回复 引用 0
      • First post
        Last post
      Powered by 暗能星系