ArticlePDF Available

GenomeVx: Simple web-based creation of editable circular chromosome maps

Authors:

Abstract

We describe GenomeVx, a web-based tool for making editable, publication-quality, maps of mitochondrial and chloroplast genomes and of large plasmids. These maps show the location of genes and chromosomal features as well as a position scale. The program takes as input either raw feature positions or GenBank records. In the latter case, features are automatically extracted and colored, an example of which is given. Output is in the Adobe Portable Document Format (PDF) and can be edited by programs such as Adobe Illustrator. Availability: GenomeVx is available at http://wolfe.gen.tcd.ie/GenomeVx Contact: conantg{at}tcd.ie
Vol. 24 no. 6 2008, pages 861–862
BIOINFORMATICS APPLICATIONS NOTE doi:10.1093/bioinformatics/btm598
Genome analysis
GenomeVx: simple web-based creation of editable
circular chromosome maps
Gavin C. Conant*and Kenneth H. Wolfe
Smurfit Institute of Genetics, Trinity College, University of Dublin, Dublin 2, Ireland
Received on October 17, 2007; revised on November 21, 2007; accepted on November 28, 2007
Advance Access publication January 28, 2008
Associate Editor: Martin Bishop
ABSTRACT
We describe GenomeVx, a web-based tool for making editable,
publication-quality, maps of mitochondrial and chloroplast genomes
and of large plasmids. These maps show the location of genes and
chromosomal features as well as a position scale. The program
takes as input either raw feature positions or GenBank records.
In the latter case, features are automatically extracted and colored,
an example of which is given. Output is in the Adobe Portable
Document Format (PDF) and can be edited by programs such as
Adobe Illustrator.
Availability: GenomeVx is available at http://wolfe.gen.tcd.ie/
GenomeVx
Contact: conantg@tcd.ie
Since the invention of Sanger sequencing (Sanger et al., 1977),
the cost of DNA sequencing has fallen continually, and the
volume of sequence data in public databases has correspond-
ingly risen (Collins et al., 2003). Thus, we estimate that the
number of sequenced organellar genomes from eukaryotes has
doubled roughly every two years since the first such sequences
were published (data not shown; Ohyama et al., 1986;
Shinozaki et al., 1986). Indeed, the number of sequenced
angiosperm chloroplast genomes in GenBank tripled from 24
at the end of 2005 to at least 73 at the end of 2007, and new
sequencing technologies are already pushing this number
upward (Moore et al., 2006).
One of us (KHW) sequenced one chloroplast genome in 1992
and another in 2007. We were surprised to find that, although
the annotation toolkits for organelle genomes had improved
over this period (Wyman et al., 2004), there were still no easy-
to-use, free web tools for making publication-quality genomic
maps. Most papers reporting sequences of chloroplast or
mitochondrial genomes include a circular map showing gene
locations (Cai et al., 2006; Guo et al., 2007; Saski et al., 2005;
Talla et al., 2005). However, by making enquiries, we
discovered that these maps are still often laboriously hand-
drawn, although there are at least three packages which can
generate them (Gibson and Smith, 2003; Sato and Ehira, 2003;
Stothard and Wishart, 2005).
With all bioinformatics software there are trade-offs between
ease-of-use and the number of features. The three tools
mentioned above are very feature-rich. However, as a result,
all must be installed locally by the user, and all also have some
combination of local library dependence, complex input
formatting and output formats that are difficult to edit. We
set out to create a simple Web-based tool (GenomeVx) for
making circular maps. This program would not attempt to
duplicate the features available with existing tools; rather it
would aim to be as simple-to-use as possible, with a web-based
interface and an output format which would be accessible on
almost all hardware platforms.
Our initial Postscript maps are generated by a Cþþ program
linked to the GNU plotutils package (http://www.gnu.org/
software/plotutils/). This program is wrapped into a CGI front-
end (http://wolfe.gen.tcd.ie/GenomeVx) which allows users to
input data either as a list of features and coordinates or as a
preexisting GenBank flatfile. Because the Postscript format is
not universally supported, GenomeVx’s output is an Adobe
Portable Document Format file. Although the output from
GenomeVx can be used directly for presentation (Fig. 1), we
expect that most users will edit the resulting map with a
program such as Adobe Illustrator.
Figure 1 illustrates the unedited output from GenomeVx,
using the chloroplast genome sequence of the American
sycamore Platanus occidentalis (Moore et al., 2006) as input.
The image shown was created directly from the features in the
GenBank record for this genome (NC_008335). GenomeVx
does not attempt to correct for the occasional overlaps in
gene names shown, but the labels can be moved manually by
editing the PDF file. The colors in the Figure were produced
automatically: genes are colored based on the first two letters of
the gene name (except for ribosomal RNAs which are all given
a single color).
Input into GenomeVx can either be done manually by
pasting genes or nucleotide features (e.g. SNPs) from a
program such as Microsoft Excel or by uploading a
GenBank-format flatfile. When imported from a GenBank
file, coordinates appear as an editable list in the web interface,
giving the user the option of overriding the automatic coloring
decisions or editing the annotation. The program can also
include miscellaneous features on one or more inner scale rings
(e.g. the inverted repeats in Fig. 1).
GenomeVx is intended to simplify the study of organelle
genomes by allowing biologists to produce circular genome
maps without resorting to ad-hoc solutions. The web-based
*To whom correspondence should be addressed.
ßThe Author 2008. Published by Oxford University Press. All rights reserved. For Permissions, please email: journals.permissions@oxfordjournals.org 861
by guest on September 13, 2015http://bioinformatics.oxfordjournals.org/Downloaded from
interface allows quick access without the installation of local
software. We hope that GenomeVx will enable researchers who
study circular genomes to spend less time drawing and more
time on topics of greater scientific interest.
ACKNOWLEDGEMENTS
We thank K. Diekmann, A.C. Frank and J. Mower for
suggestions during the design and testing of GenomeVx.
We also thank K. Byrne and K. Hokamp for technical
assistance developing the web interface. This work was
supported by Science Foundation Ireland.
Conflict of Interest: none declared.
REFERENCES
Cai,Z. et al. (2006) Complete plastid genome sequences of Drimys,Liriodendron,
and Piper: implications for the phylogenetic relationships of magnoliids.
BMC Evol. Biol.,6,77.
Collins,F.S. et al. (2003) The human genome project: lessons from large-scale
biology. Science,300, 286–290.
Gibson,R. and Smith,D.R. (2003) Genome visualization made fast and simple.
Bioinformatics,19, 1449–1450.
Guo,X. et al. (2007) Rapid evolutionary change of common bean (Phaseolus
vulgaris L) plastome, and the genomic diversification of legume chloroplasts.
BMC Genomics,8, 228.
Moore,M.J. et al. (2006) Rapid and accurate pyrosequencing of angiosperm
plastid genomes. BMC Plant Biol.,6, 17.
Ohyama,K. et al. (1986) Chloroplast gene organization deduced from complete
sequence of liverwort Marchantia polymorpha chloroplast DNA. Nature,322,
572–574.
Sanger,F. et al. (1977) Nucleotide sequence of bacteriophage phi X174 DNA.
Nature,265, 687–695.
Saski,C. et al. (2005) Complete chloroplast genome sequence of Gycine max and
comparative analyses with other legume genomes. Plant Mol. Biol.,59,
309–322.
Sato,N. and Ehira,S. (2003) GenoMap, a circular genome data viewer.
Bioinformatics,19, 1583–1584.
Shinozaki,K. et al. (1986) The complete nucleotide sequence of the tobacco
chloroplast genome: Its gene organization and expression. EMBO J.,5,
2043–2049.
Stothard,P. and Wishart,D.S. (2005) Circular genome visualization and explora-
tion using CGView. Bioinformatics,21, 537–539.
Talla,E. et al. (2005) The complete mitochondrial genome of the yeast
Kluyveromyces thermotolerans.FEBS Lett.,579, 30–40.
Wyman,S.K. et al. (2004) Automatic annotation of organellar genomes with
DOGMA. Bioinformatics,20, 3252–3255.
Fig. 1. A chloroplast genome map produced by GenomeVx. Genes are colored in groups based on the first two letters of the gene name. A user-
specified number of evenly spaced scale indices are produced after rounding the genome size to the nearest two digits (thus, the distance between the
last label and 0 kb may be greater than between the other markers). GenomeVx can orient the map either anticlockwise from 3 O’clock
(the convention for chloroplast genomes) or clockwise from 12 O’clock (the convention for mitochondrial genomes).
G.C.Conant and K.H.Wolfe
862
by guest on September 13, 2015http://bioinformatics.oxfordjournals.org/Downloaded from
... Transfer RNA (tRNA) genes were identified by tRNAscan-SE 1.21 (Lowe and Eddy 1997). The order and orientation of the genes were drawn using GenomeVx (Conant and Wolfe 2008). The annotated sequence of the complete mitogenome of S. longidactyla was deposited in GenBank under the accession number, OR872329. ...
Article
Full-text available
The sand bubbler crab, Scopimera longidactyla Shen, 1932 (Arthropoda: Malacostraca: Decapoda: Thoracotremata: Dotillidae), is commonly found along tropical and subtropical sandy shores of China, Korea, and Taiwan. Ecologically, it plays an important role in the productivity of sandy shores through their feeding and burrowing activities. In this study, the first complete mitochondrial genome (mitogenome) of S. longidactyla was analyzed using next-generation sequencer. Its mitogenome, circular in structure, spans 15,965 bp with a GC content of 29.97%, consisting of 13 protein-coding genes, two ribosomal RNA genes, 22 transfer RNA genes, and one putative control region. Its mitogenome arrangement and composition are identical to its two congeners, S. globosa and S. intermedia. Phylogenetic analysis fully supports for the monophyly of the genus Scopimera and the sister relationship between S. longidactyla and S. globosa. The complete mitogenome of S. longidactyla and its phylogenetic implications will provide valuable insights for further studies in phylogenetic and evolutionary biology.
... The annotated genes were further refined through BLAST and multiple sequence alignment. Finally, a complete circular map of the chloroplast genome was created using the web-based tool GenomeVx [46]. ...
Article
Full-text available
Dendrobium brymerianum Rchb. f. is a species of orchid with pharmacological interest for its potential to inhibit the growth of human lung cancer cells. The identification of the Dendrobium species is a notable problem due to morphological similarities and the limitations of universal DNA barcodes. To overcome these difficulties, this study employed complete chloroplast (cp) genome sequences as useful resources for the identification of D. brymerianum. Based on Illumina sequencing, the complete cp genomes of five D. brymerianum individuals were assembled. These genomes were in the quadripartite structure, diverse in length between 151,832 and 152,189 bp, and comprised 126 genes. Moreover, significant differences were found in the Small Single-Copy (SSC) and Large Single-Copy (LSC) regions in comparison to the Inverted Repeat (IR) regions. This study recognized hotspot regions and simple sequence repeat (SSR) loci, providing valuable insights into genetic markers. The phylogenetic relationship of Dendrobium species was discovered, highlighting the need for more precise differentiation practices. To address this, ARMS-specific primers, mainly AAob1/AAob2, confirmed strong specificity, permitting the accurate identification of D. brymerianum from other species through ARMS-qPCR. Overall, this study of D. brymerianum chloroplast genomes has generated valuable data about sequence variations, phylogenetics, and mutation dynamics. These perceptions will be valuable in future research on population genetics, taxonomy, and species identification within the Dendrobium genus.
... By doing this, the overall good quality of the NOVOplasty assembly was also assessed by checking the integrity of the coding sequences. A graphical map of the complete mitogenome was drawn using GenomeVx [40]. The mitogenome sequences of L. reevii has been deposited in GenBank under the accession number OR906209. ...
Article
Full-text available
Background Brachiopods are a phylum of marine invertebrates with over 10,000 fossil species. Today, there are fewer than 500 extant species assigned to the class Articulata or Inarticulata and for which knowledge of evolutionary genetics and genomics is still poor. Until now, complete mitogenome sequences of two inarticulate species and four articulate species were available. Methods and Results The complete mitogenome of the inarticulate brachiopod species Lingula reevii (20,778 bp) was obtained by using next generation sequencing. It contains 12 protein-coding genes (the annotation of atp8 is unsure), two ribosomal RNA genes, 26 transfer RNA genes, and one supernumerary ORF that is also conserved in the inarticulate species Lingula anatina. It is hypothesized that this ORF could represent a Lingula-specific mtORFan gene (without obvious homology to other genes). Comparative mitogenomics indicate the mitochondrial gene order of L. reevii is unique among brachiopods, and that compared to articulate species, inarticulate species exhibit massive mitogenome rearrangements, deviant ATP8 protein sequences and supernumerary ORFs, possibly representing species- or lineage-specific mtORFan genes. Conclusion The results of this study enrich genetics knowledge of extant brachiopods, which may eventually help to test hypotheses about their decline.
... Putative tRNA genes and their secondary structure were identified using ARWEN (Laslett and Canbäck, 2008) and MITOS. Circular mitochondrial genome maps were drawn using GenomeVx tool (Conant and Wolfe, 2008). ...
Article
Full-text available
Trematodes of the family Allocreadiidae are primarily found in the intestines of freshwater fishes around the world. The family includes 15 genera and c. 130 species. The last 2 decades have witnessed an increase in the genetic library of its species. Molecular data have been crucial for species delimitation and species description within Allocreadiidae and for understanding their evolutionary and biogeographical history and classification. Here, the mitogenomes of 3 species of allocreadiids were obtained using high throughput sequencing methods. Mitogenomes were compared with other members of the order Plagiorchiida to determine their molecular composition, gene rearrangement and phylogenetic interrelationships. The complete circular mitogenomes of Allocreadium lobatum, Creptotrematina aguirrepequenoi and Wallinia mexicana were 14 424, 13 769 and 13 924 bp long respectively, comprising 12 protein-coding genes, 22 transfer RNA genes, 2 ribosomal RNA genes and 2 non-coding regions. Gene arrangements were identical to other Xiphidiatan trematodes. Phylogenetic analyses using the mitogenomes revealed Allocreadiidae as a monophyletic group closely related to other members of the suborder Xiphidiata; A. lobatum was yielded as the sister taxon of C. aguirrepequenoi + W. mexicana. Our study increases the complete mitochondrial genome library of trematodes and strengthens our understanding of the phylogenetic relationships and classification of this parasite group.
... The mitochondrial genome was visualized using GenomeVx (GenomeVx (ucd.ie)) [46] with manual modifications. ...
Article
Full-text available
Accurate phylogenetic reconstructions are crucial for comprehending the evolutionary histories, reproductive traits, and ecological habits of organisms. The subfamily Gonideinae of freshwater mussels is currently thought to include eight tribes. However, due to inadequate taxon sampling and molecular data, the assignment of the freshwater mussel genus Inversidens at the tribe level has been unstable. Additionally, the lack of phylogenetic data has hindered efforts to understand the basic biology and implementation of conservation efforts of Inversidens rentianensis, an endemic species to China. Here, we first present the complete mitochondrial genome of Inversidens rentianensis and offer a detailed description of its anatomical morphology. Based on DNA sequence data from five genes (COI, ND1, 16S rRNA, 18S rRNA, and 28S rRNA) and complete mitochondrial genomes, we investigated the phylogenetic position of Inversidens using various analytical methods. Both the concatenated five-gene and mitogenome datasets strongly supported that Inversidens classified to the tribe Gonideini in Gonideinae and formed a basal clade within the tribe Gonideini. Molecular dating analysis suggested that Inversidens originated during the mid-Cretaceous era (102.73 Mya, 95% highest posterior density HPD=72.22‐137.03 Mya) and underwent diversification in the Late Paleogene era (37.92 Mya, 95% HPD=20.39‐60.59 Mya). Moreover, based on the Quantitative Assessment of Species for Conservation (QASCP), Inversidens rentianensis is ranked as second priority, providing valuable insights for its management and conservation efforts. Taken together, this study provides a comprehensive understanding of the systematic position and evolutionary history of Inversidens within the currently accepted subfamily Gonideinae classification framework. These findings establish a solid foundation for future investigations on the ecology, reproductive behavior patterns, and conservation biology of this taxonomic group.
... was employed for the assembly of the mitochondrial genome (Meng et al. 2019), while MITOS (Bernt et al. 2013) was utilized for annotation purposes. Lastly, a circular mitochondrial genome map was generated using the online platform GenomeVx (Conant and Wolfe 2008). The nucleotide sequence of N. formosana has been deposited in the GenBank database under the accession number OQ675011. ...
Article
Full-text available
The family Hippoboscidae is an ectoparasite that primarily inhabits bats and relies on the host’s blood for sustenance. This research provides the first complete mitochondrial genome of Nycteribia formosana, which shares similar characteristics with other dipteran insects. The circularized mitochondrial genome, spanning 15,107 bp, encompasses 13 protein-coding genes (PCGs), 22 transfer RNA genes (tRNA), two ribosomal RNA genes, and a control region. The nucleotide composition of A, C, G, and T is 40.4%, 10.9%, 6.7%, and 42.0%, respectively. The findings from the phylogenetic analysis suggest that the species under investigation forms a cluster with other species belonging to the family Nycteribiidae. Consequently, this study provides valuable insights for the identification of N. formosana.
... de/ reput er) was used to identify the forward, reverse, complement, and palindromic repeats in the assembled mitochondrial genome. The Organellar Genome DRAW (OGDRAW) and GenomeVx tools were employed to represent the circular genome and annotate the chloroplast fraction on the mitochondrial genome (Lohse et al. 2007;Conant and Wolfe 2008). ...
Article
Cytoplasmic male sterility (CMS) has been widely exploited for hybrid seed production in onions (Allium cepa L.). In contrast to long-day onion cultivars, short-day onion has not yet been investigated for mitochondrial genome structure and DNA rearrangements associated with CMS activity. Here, we report the 3,16,321 bp complete circular mitochondrial genome of tropical onion CMS line (97A). Due to the substantial number of repetitive regions, the assembled mitochondrial genome of maintainer line (97B) remained linear with 15 scaffolds. Additionally, 13 and 20 chloroplast-derived fragments with a size ranging from 143 to 13,984 bp and 153–17,725 bp were identified in the 97A and 97B genomes, respectively. Genome annotation revealed 24 core protein-coding genes along with 24 and 28 tRNA genes in the mitochondrial genomes of 97A and 97B, respectively. Furthermore, comparative genome analysis of the 97A and 97B mitochondrial genomes showed that gene content was almost similar except for the chimeric ORF725 gene which is the extended form of the COX1 gene.
Article
Tools for visualizing genomes are essential for investigating genomic features and their interactions. Currently, tools designed originally for animal mitogenomes and plant plastomes are used to visualize the mitogens of plants but cannot accurately display features specific to plant mitogenomes, such as nonlinear exon arrangement for genes, the prevalence of functional noncoding features and complex chromosomal architecture. To address these problems, a software package, plant mitochondrial genome map (PMGmap), was developed using the Python programming language. PMGmap can draw genes at exon levels; draw cis‐ and trans‐splicing gene maps, noncoding features and repetitive sequences; and scale genic regions by using the scaling of the genic regions on the mitogenome (SAGM) algorithm. It can also draw multiple chromosomes simultaneously. Compared with other state‐of‐the‐art tools, PMGmap showed better performance in visualizing 405 plant mitogenomes, showing potential as an invaluable tool for plant mitogenome research. The web and container versions and the source code of PMGmap can be accessed through the following link: http://www.1kmpg.cn/pmgmap .
Article
Full-text available
Mitochondria play a key role in cell biology and have their own genome, residing in a highly oxidative environment that induces faster changes than the nuclear genome. Because of this, mitochondrial markers have been exploited to reconstruct phylogenetic and phylogeographic relationships in studies of adaptation and molecular evolution. In this study, we determined the complete mitogenome of the fungus-farming ant Mycetophylax simplex (Hymenoptera, Formicidae) and conducted a comparative analysis among 29 myrmicine ant mitogenomes. Mycetophylax simplex is an endemic ant that inhabits sand dunes along the southern Atlantic coast. Specifically, the species occur in the ecosystem known as “restinga”, within the Atlantic Forest biome. Due to habitat degradation, land use and decline of restinga habitats, the species is considered locally extinct in extremely urban beaches and is listed as vulnerable on the Brazilian Red List (ICMBio). We employed a mitochondrion-targeting approach to obtain the complete mitogenome through high-throughput DNA sequencing technology. This method allowed us to determine the mitogenome with high performance, coverage and low cost. The circular mitogenome has a length of 16,367 base pairs enclosing 37 genes (13 protein-coding genes, 22 tRNAs and 2 rRNAs) along with one control region (CR). All the protein-coding genes begin with a typical ATN codon and end with the canonical stop codons. All tRNAs formed the fully paired acceptor stems and fold into the typical cloverleaf-shaped secondary structures. The gene order is consistent with the shared Myrmicinae structure, and the A + T content of the majority strand is 81.51%. Long intergenic spacers were not found but some gene are slightly shorter. The phylogenetic relationships based on concatenated nucleotide and amino acid sequences of the 13 protein-coding genes, using Maximum Likelihood and Bayesian Inference methods, indicated that mitogenome sequences were useful in resolving higher-level relationship within Formicidae.
Article
Full-text available
A Tcl/Tk-based application called GenoMap is described, a viewer for genome-wide map of microarray expression data within a circular bacterial genome. An interactive interface facilitates easy identification of the expressed region. This software is also used for drawing genome-wide quantitative data. Availability: The program is freely available to academic users as a Tcl/Tk source code at http://www.molbiol.saitama-u.ac.jp/~naoki/GenoMap/ Contact: naokisat{at}molbiol.saitama-u.ac.jp
Article
Full-text available
Lack of complete chloroplast genome sequences is still one of the major limitations to extending chloroplast genetic engineering technology to useful crops. Therefore, we sequenced the soybean chloroplast genome and compared it to the other completely sequenced legumes, Lotus and Medicago. The chloroplast genome of Glycine is 152,218 basepairs (bp) in length, including a pair of inverted repeats of 25,574 bp of identical sequence separated by a small single copy region of 17,895 bp and a large single copy region of 83,175 bp. The genome contains 111 unique genes, and 19 of these are duplicated in the inverted repeat (IR). Comparisons of Glycine, Lotus and Medicago confirm the organization of legume chloroplast genomes based on previous studies. Gene content of the three legumes is nearly identical. The rpl22 gene is missing from all three legumes, and Medicago is missing rps16 and one copy of the IR. Gene order in Glycine, Lotus, and Medicago differs from the usual gene order for angiosperm chloroplast genomes by the presence of a single, large inversion of 51 kilobases (kb). Detailed analyses of repeated sequences indicate that many of the Glycine repeats that are located in the intergenic spacer regions and introns occur in the same location in the other legumes and in Arabidopsis, suggesting that they may play some functional role. The presence of small repeats of psbA and rbcL in legumes that have lost one copy of the IR indicate that this loss has only occurred once during the evolutionary history of legumes.
Article
Chloroplasts contain their own autonomously replicating DNA genome. The majority of proteins present in the chloroplasts are encoded by nuclear DNA, but the rest are encoded by chloroplast DNA and synthesized by the chloroplast transcription–translation machinery1–4. Although the nucleotide sequences of many chloroplast genes from various plant species have been determined, the entire gene organization of the chloroplast genome has not yet been elucidated for any species of plants. To improve our understanding of the chloroplast gene system, we have determined the complete sequence of the chloroplast DNA from a liverwort, Marchantia polymorpha, and deduced the gene organization. As reported here the liverwort chloroplast DNA contains 121,024 base pairs (bp), consisting of a set of large inverted repeats (IRA and IRB, each of 10,058 bp) separated by a small single-copy region (SSC, 19,813 bp) and a large single-copy region (LSC, 81,095 bp). We detected 128 possible genes throughout the liverwort chloroplast genome, including coding sequences for four kinds of ribosomal RNAs, 32 species of transfer RNAs and 55 identified open reading frames (ORFs) for proteins, which are separated by short A+T-rich spacers (Fig. 1). Twenty genes (8 encoding tRNAs, 12 encoding proteins) contain introns in their coding sequences. These introns can be classified as belonging to either group I or group II, as described for mitochondria5. Interestingly, seven of the identified ORFs show high homology to unidentified reading frames (URFs) found in human mitochondria6,7.
Article
A DNA sequence for the genome of bacteriophage phiX174 of approximately 5,375 nucleotides has been determined using the rapid and simple `plus and minus' method. The sequence identifies many of the features responsible for the production of the proteins of the nine known genes of the organism, including initiation and termination sites for the proteins and RNAs. Two pairs of genes are coded by the same region of DNA using different reading frames.
Article
The Human Genome Project has been the first major foray of the biological and medical research communities into “big science.” In this Viewpoint, we present some of our experiences in organizing and managing such a complicated, publicly funded, international effort. We believe that many of the lessons we learned will be applicable to future large-scale projects in biology.
Article
The easiest way to gain a quick overall understanding of genomic data is with a visual display that allows the user to view information about an entire genome or chromosome at once. We have constructed GenomePlot, a Perl/Tk script with a series of modules that allow us to display many types of information simultaneously. Menu options allow the user to zoom to the desired view of the data and to print or save the image to a file to produce publication quality illustrations. Availability: The program is available on request. A license is required for commercial use.
Article
CGView (Circular Genome Viewer) is a Java application and library for generating high-quality, zoomable maps of circular genomes. It converts XML or tab-delimited input into a graphical map (PNG, JPG or Scalable Vector Graphics format), complete with sequence features, labels, legends and footnotes. In addition to the default full view map, the program can generate a series of hyperlinked maps showing expanded views. The linked maps can be explored using any Web browser, allowing rapid genome browsing and facilitating data sharing. Availability: CGView (the standalone application, library or applet), sample input, sample maps and documentation can be obtained from http://wishart.biology.ualberta.ca/cgview/ Contact: david.wishart{at}ualberta.ca
Article
We report here the complete nucleotide sequence of the 23.5-kb mitochondrial genome from the yeast Kluyveromyces thermotolerans. It encodes, all on the same DNA strand, three subunits of cytochrome oxidase (COX1, COX2 and COX3), three subunits of ATP synthetase (ATP6, ATP8 and ATP9), the apocytochrome b (COB), the ribosomal protein VAR1, 24 tRNAs, the small and large ribosomal RNAs, and the RNA subunit of RNase P. Three intronic ORFs are present within the COX1 gene group I introns. The K. thermotolerans mitochondrial genome is very similar to the Candida glabrata mitochondrial genome, as judged from clusters of gene order, gene transcription units and sequence similarities. Interestingly, the predicted secondary structure of the abnormal tRNAThr1 contains 10 nucleotides in its anticodon loop. This sequence is available under EMBL Accession No. AJ634268.