Lecture_28_Unit6_1
Lecture_28_Unit6_1
Lecture 28
Unit 6
CSE 815 Bioinformatics
Hamid D. Ismail, Ph.D.
Reads mapping/aligning
• Read mapping or sequence alignment is the process of aligning sequenced
DNA/RNA to a reference sequence.
• This reference could be a complete genome, a set of genes, or any other
DNA sequence.
• Most NGS applications depends on read mapping:
Reads
mapping
Reference sequences
Coverage
depth Aligned
short reads
• This will download a compressed folder including the fasta sequence and
annotation files.
wget http://hgdownload.soe.ucsc.edu/goldenPath/<GenomPath>
wget http://hgdownload.soe.ucsc.edu/goldenPath/hg38/bigZips/hg38.fa.gz \
--no-check-certificate
Gunzip -d hg38.fa.gz
Suffix Hash
tree table