|
DNA atlases excercises 
Visualisation of DNA Structures in Complete Genomes - Cookbook
- What you need to start
All you need is a DNA sequence file, in your "GeneWiz" directory, preferably in either GenBank or FASTA format, although of course it is possible to convert from other formats.
In your directory, there is a folder named "GeneWiz". You can use your own sequence file, if you would like. (You can download a GenBank file, using the "getgene" command, if you know the GenBank accession number for your sequence.) As a sample file, in this directory I have placed a GenBank file for an E. coli O157 pathogenicity plasmid. It is called "Ecoli_pO157.gbk"
- Make the GeneWiz postscript (.ps) files
These files are made by using the "genemake" command. For example, to make the Genomeatlas for the Ecoli_pO157.gbk file, you would type the following:
genemake Ecoli_pO157.genomeatlas.ps
NOTE: For this exercise, there are seven different possible GeneWiz atlases you can make:
- Base Atlas (Ecoli_pO157.baseatlas.ps), which is an analysis of the base composition of the genome.
- Repeats Atlas (Ecoli_pO157.repeatatlas.ps), which plots the global and local repeats throughout the genome.
- Structure Atlas (Ecoli_pO157.structureatlas.ps), which looks at various types of DNA helical properties within the genome.
- Genome Atlas (Ecoli_pO157.genomeatlas.ps), which is a combination of the best of each of the above atlases, and is a good overview of the genome.
- Cruciform Atlas (Ecoli_pO157.cruciformatlas.ps), which localises regions of palindromic symmetry.
- A-DNA Atlas (Ecoli_pO157.ADNAatlas.ps), which looks for purine stretches (likely to form A-DNA).
- Z-DNA Atlas (Ecoli_pO157.ZDNAatlas.ps), which looks for alternating pur/pyr stretches (which might form Z-DNA).
For more information about the atlases, see this morning's lecture notes.
- View your results
You can use ghostview to see the .ps file you've created.
For example, to view the Genomeatlas for the Ecoli_pO157.gbk file, you would type the following:
ghostview Ecoli_pO157.genomeatlas.ps
To print the file on the colour printer, mark the atlas page, and use the "print marked pages" option from the ghostview programme. When prompted for the printer, type the following command:
xerox
Now all you have to do is to analyse the results and figure out what it all means!
- For those of you who are interested in more details
You can make (and modify) configuration files (*.cf) for the atlases. For example, suppose you were interested in the DNA structural atlas file for the pO157 genome. You could make the configuration file (gmake Ecoli_pO157.structureatlas.cf), and then edit it (using your favourite editor - for example: nedit Ecoli_pO157.structureatlas.cf ). You can change the order of the wheels, as well as the colour and scaling, or add new wheels.
Link to the DNA Genome Atlas page.
|