You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains the sequence of the pO157 plasmid from the Sakai outbreak strain of E. coli O157. In contrast to the strain we are working on, this strain is available as a finished genome, i.e. the whole sequence of both the single chromosome and the large virulence plasmid are known.
18
18
19
19
### indexing the reference
20
20
21
+
Before aligning the reads against a reference, it is necessary to build an index of that reference:
The output of the mapping will be in SAM format. you can find a brief explanation of the SAM format [here](files_formats.md)
33
+
34
+
### visualising the alignment
35
+
36
+
To view the outcome of the read mapping, we will use a program called Tablet, that can be run without administrated privileges. Download it [here](https://ics.hutton.ac.uk/tablet/).
37
+
38
+
Start the program and select Red Button – Open. Choose your SAM-file and pO157_Sakai.fasta as a reference.
39
+
40
+

41
+
42
+
Select the only contig to the left.
43
+
44
+

45
+
46
+
Next, download pO157_Sakai.gff from [here](data/pO157_Sakai.gff). Select import features in Tablet and import pO157_Sakai.gff. This file contains annotations, i.e. what is encoded in each part of the DNA sequence. Two tracks (CDS + GENE) will be added.
47
+
48
+
Navigate the mapping using the zoom and pan left/right etc. Under Colour schemes you can highlight bases that do not match the reference. Holding your pointer over a CDS will show you a description of the genetic region.
49
+
50
+

51
+
52
+
Does the mapping data confirm the presence of an intact pO157 plasmid in the St. Louis outbreak strain?
0 commit comments