meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
general:bioseqanalysis:readquality:fastqc [2021/10/20 12:23] – created ingo | general:bioseqanalysis:readquality:fastqc [2021/10/20 12:53] (current) – ingo | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== FASTQC Analysis ====== | ====== FASTQC Analysis ====== | ||
- | So, you will be working with Illumina sequence data, and you are interested in data quality. This is one way to look at the data. | + | So, you will be working with Illumina sequence data, and you are interested in data quality, and particularly in your sequencing error expressed as [[general: |
- | - Identify the read set that you want to analyse. :!: Make sure that you have a fastq format< | + | <figure FastQC> |
+ | {{ : | ||
+ | < | ||
+ | </ | ||
+ | |||
+ | - Identify the read set that you want to analyse. :!: Make sure that you have a [[general: | ||
<hidden PairedEndLayout> | <hidden PairedEndLayout> | ||
</ | </ | ||
Line 8: | Line 13: | ||
- Use the fastq file as input for a [[https:// | - Use the fastq file as input for a [[https:// | ||
<hidden ReadMore> | <hidden ReadMore> | ||
- | After installing FASTQC in its own conda environment, | + | After installing FASTQC in its own conda environment, |
- | < | + | < |
+ | </hidden> | ||
This will generate a html file which you can copy to your local computer using scp. We made a short [[https:// | This will generate a html file which you can copy to your local computer using scp. We made a short [[https:// | ||
- | </ | ||
</ | </ | ||
- Open the html output files with any browser. With your results try to answer the following questions: | - Open the html output files with any browser. With your results try to answer the following questions: | ||
Line 19: | Line 24: | ||
- Perform an end trimming of the sequencing reads using [[http:// | - Perform an end trimming of the sequencing reads using [[http:// | ||
<hidden Spoiler> | <hidden Spoiler> | ||
- | - First you need to extract the sequence of the adapter from FASTQC and save as a fastafile | + | - First you need to extract the sequence of the adapter from FASTQC and save as a fasta file using a texteditor like nano: |
< | < | ||
touch adaptator.fasta | touch adaptator.fasta | ||
Line 32: | Line 37: | ||
</ | </ | ||
- Make sure that you are in the conda environment that contains Trimmomatic and document the command you use to run it. Discuss with the group or the tutors if you are unsure about the parameters. | - Make sure that you are in the conda environment that contains Trimmomatic and document the command you use to run it. Discuss with the group or the tutors if you are unsure about the parameters. | ||
+ | </ | ||
+ | </ |