美文网首页真菌基因组
Nanopore测序序列组装以及菌种鉴定

Nanopore测序序列组装以及菌种鉴定

作者: 莫讠 | 来源:发表于2022-03-01 15:17 被阅读0次
GenomeAssembly.png

Officially recommendflye to conduct sequence assembly in Nanopore website.

conda install -y flye
flye --nano-raw ~/project/ONT/basecalling_gpu_sup/pass/BL21.fastq.gz -g 4.6m -o ~/project/ONT/basecalling_gpu_sup/6_flye -t 15 -i 3

Output


屏幕截图 2021-12-08 164148.png

View the assembled genome sequences


屏幕截图 2021-12-10 132328.png

Using flye to conducted genome assembly, we get two cycle sequences, one is about 5M in size (genome), and the other is about 11k in size (plasmid).

Taxonomy Analysis

After assembling, we start to classify them directly by using theKraken2 tools which is commonly used.

  • Taxonomy Analysis result

屏幕截图 2021-12-09 133800.png

The output of kraken-report is tab-delimited, with one line per taxon. The fields of the output, from left-to-right, are as follows:

  1. Percentage of reads covered by the clade rooted at this taxon

  2. Number of reads covered by the clade rooted at this taxon

  3. Number of reads assigned directly to this taxon

  4. A rank code, indicating Unclassified, Domain, Kingdom, Phylum, Class, Order, Family, Genus, or Species..

  5. NCBI Taxonomy ID

  6. The indented scientific name

相关文章

网友评论

    本文标题:Nanopore测序序列组装以及菌种鉴定

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