Assessing the difference between a de novo assembly and a reference genome
1
0
Entering edit mode
11 days ago
andrea • 0

I have recently generated an assembly using Hifiasm. I did it by running the following command:

 hifiasm -o HG002.asm --ont -t32 HG002-ont.fq.gz

I extracted chromosome 1 from my assembly (Query) and proceeded to extract chromosome 1 from the (Reference) The goal was to compare there two and see what are the differences and what are the similarities. This is the script that I used:

#!/bin/bash 
module add mummer/4.0.0rc1 
dnadiff Reference_chr1.fa chr1_asm.fa 

This is part of the report, and I need assistance in interpreting some of the results. Specifically, I’d like to understand:

  1. Breakpoints: What exactly are they, and why is the count identical in both cases?
  2. Insertions: In my query and the reference, are these insertions novel?
  3. SNPs :Why is the number of SNPs the same in both my query and the reference? In the attached image, the second column represents the Reference, and the third column is the Query.

enter image description here

hifiasm MUMmmer dnadiff • 305 views
ADD COMMENT
1
Entering edit mode
10 days ago
patrickdm ▴ 260

Hello, you will find informations on dnadiff's output in its documentation's README; also notice that

For more information on the formats and meanings of all the files
produced, please see the documentation for the corresponding utility.

Hth.

ADD COMMENT

Login before adding your answer.

Traffic: 2135 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6