9
IGV tools

IGV tools. Pipeline Download genome from Ensembl bacteria database Export the mapping reads file (SAM) Map reads to genome by CLC Using the mapping

Embed Size (px)

Citation preview

Page 1: IGV tools. Pipeline Download genome from Ensembl bacteria database Export the mapping reads file (SAM) Map reads to genome by CLC Using the mapping

IGV tools

Page 2: IGV tools. Pipeline Download genome from Ensembl bacteria database Export the mapping reads file (SAM) Map reads to genome by CLC Using the mapping
Page 3: IGV tools. Pipeline Download genome from Ensembl bacteria database Export the mapping reads file (SAM) Map reads to genome by CLC Using the mapping
Page 4: IGV tools. Pipeline Download genome from Ensembl bacteria database Export the mapping reads file (SAM) Map reads to genome by CLC Using the mapping

PipelineDownload genome from Ensembl bacteria database

Export the mapping reads file (SAM)

Map reads to genome by CLC

Using the mapping reads file to find SNP by CLC

View sequence on IGV Export SNP file by EXCEL

Page 5: IGV tools. Pipeline Download genome from Ensembl bacteria database Export the mapping reads file (SAM) Map reads to genome by CLC Using the mapping

Download genome from Ensembl bacteria database

Export the mapping reads file (SAM)

Map reads to genome by CLC

Using the mapping reads file to find SNP by CLC

View sequence on IGV Export SNP file by EXCEL

Page 6: IGV tools. Pipeline Download genome from Ensembl bacteria database Export the mapping reads file (SAM) Map reads to genome by CLC Using the mapping

Download genome from Ensembl bacteria database

Export the mapping reads file (SAM)

Map reads to genome by CLC

Using the mapping reads file to find SNP by CLC

View sequence on IGV Export SNP file by EXCEL

Export SNP file by EXCEL

Download Excel file : http://163.25.92.70/class

Page 7: IGV tools. Pipeline Download genome from Ensembl bacteria database Export the mapping reads file (SAM) Map reads to genome by CLC Using the mapping

Map reads to genome by CLC

Using samtools

Download genome from Ensembl bacteria database

Export the mapping reads file (SAM)Using the mapping reads file to find

SNP by CLC

View sequence on IGV Export SNP file by EXCEL

SAM convert to BAM file

Sort the BAM file

Index the BAM file

Output the sorted BAM file

Output the index BAM file

Page 8: IGV tools. Pipeline Download genome from Ensembl bacteria database Export the mapping reads file (SAM) Map reads to genome by CLC Using the mapping

SAM convert to BAM file

Sort the BAM file

Index the BAM file

samtools view –bS (SAM) –T (Reference) –o (BAM) ex : samtools view –bS demo1.sam –T SAmu50Ebl.fa –o demo1.bam

samtools sort (BAM) (BAM.sorted) ex : samtools sort demo1.bam demo1.sorted

samtools index (BAM.sorted) ex : samtools index demo1.sorted

Download SAM file : http://163.25.92.70/class

Page 9: IGV tools. Pipeline Download genome from Ensembl bacteria database Export the mapping reads file (SAM) Map reads to genome by CLC Using the mapping

Download genome from Ensembl bacteria database

Export the mapping reads file (SAM)

Map reads to genome by CLC

Using the mapping reads file to find SNP by CLC

View sequence on IGV Export SNP file by EXCEL