bioinfo:long_read_sequencing_결과물_다루기
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
bioinfo:long_read_sequencing_결과물_다루기 [2023/08/17 09:26] – [Canu] hyjeong | bioinfo:long_read_sequencing_결과물_다루기 [2023/08/17 09:33] (current) – [Long read의 reference mapping] hyjeong | ||
---|---|---|---|
Line 33: | Line 33: | ||
==== UniCycler ==== | ==== UniCycler ==== | ||
+ | [[https:// | ||
+ | |||
+ | 일반적인 hybrid assembly에서는 short read(일루미나)를 long read에 정렬하여 오류를 정정한 뒤 이를 이용하여 overlap-layout-consesus 기법의 조립을 수행하게 된다. 그러나 [[https:// | ||
+ | |||
+ | 사용하는 thread의 수는 -t 또는 %%--%%threads 옵션으로 지정하지 않으면 8을 기본으로 택한다. 사용하는 thread의 수는 -t 또는 --threads 옵션으로 지정하지 않으면 8을 기본으로 택한다. 실행 모드는 conservative, | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | $ unicycler -1 short_1.fastq -2 short_2.fastq -l long.fasta -o OUT_DIR -t 16 | ||
+ | |||
+ | 신뢰할 수 있는 [[http:// | ||
==== Flye ==== | ==== Flye ==== | ||
Line 50: | Line 61: | ||
==== Assembly graph의 구조 확인 ==== | ==== Assembly graph의 구조 확인 ==== | ||
+ | LastGraph(Velvet), | ||
+ | |||
+ | $ Bandage load assembly_graph.gfa | ||
+ | |||
+ | 인수 없이 Bandage라고만 입력하면 Bandage GUI가 작동하게 되며, File -> Load graph에서 그래프를 로드한 뒤 ‘Drawu graph’ 버튼을 클릭하면 화면에 시각화된 그래프가 표현된다. | ||
===== Long read의 reference mapping ===== | ===== Long read의 reference mapping ===== | ||
Line 60: | Line 76: | ||
$ minimap2 -ax map-ont ref.fa ont-reads.fq > aln.sam # for Oxford Nanopore reads | $ minimap2 -ax map-ont ref.fa ont-reads.fq > aln.sam # for Oxford Nanopore reads | ||
# Convert SAM to BAM | # Convert SAM to BAM | ||
- | $ samtools view –b –S –o aln.bam aln.sam # samtools version | + | $ samtools view –b –S –o aln.bam aln.sam # samtools version |
| | ||
bioinfo/long_read_sequencing_결과물_다루기.1692231960.txt.gz · Last modified: by hyjeong