meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
general:bioseqanalysis:readquality:fastqc [2021/10/20 12:25] – 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 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. | ||
+ | </ | ||
+ | </ |