|
|
(60 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
| =Understanding the image=
| | please see [[EPIC-CoGe]] |
| [[Image:GenomeView-background.png|thumb|500px|Background of chromosome colored green to show GC rich regions]]
| |
| [[Image:GenomeView-gene.png|thumb|500px|Gene models drawn as gray arrows]]
| |
| [[Image:GenomeView-mRNA.png|thumb|500px|mRNA drawn as blue arrows (on top of gray genes)]]
| |
| [[Image:GenomeView-CDS.png|thumb|500px|Protein coding regions (CDS) drawn as green arrows (on top of gray genes and blue mRNAs)]]
| |
| [[Image:GenomeView-gene.png|thumb|500px|Gene models drawn as gray arrows]] | |
| | |
| CoGe's genomic visualization library, [[GeLo]], permits the creation of a virtual chromosome using any style of glyphs to represent genomic information. Below are the common implementations used in CoGe | |
| | |
| ==Genomic Features==
| |
| Genomic features are usually drawn as arrows or blocks of varying size and color. While there is some variation in how such features are drawn due to difference in how they were specified in the original data source (e.g. do mRNAs include introns?), the general conventions used in CoGe are:
| |
| *Grey (narrow): Gene. Usually starting at the beginning of the transcript, stopping at the end of the transcript, and including all intronic sequence, if appropriate.
| |
| *blue: mRNA transcript
| |
| *Green: CDS/protein coding regions (Please see note below)
| |
| *grey (large): RNA gene (tRNA, rRNA, etc.)
| |
| *orange-red: pseudogene
| |
| | |
| <font color=red>Note: </font>There are options in CoGe to color protein coding regions (CDS) based on the GC content of the wobble position in the codon. If this visualization is use, a color gradient is used to depict the wobble GC content such that:
| |
| *red: AT rich in CDS wobble positions
| |
| *green: GC rich in CDS wobble positions
| |
| *yellow: 50%/50% AT/GC in CDS wobble positions
| |
| | |
| ==Background of virtual chromosome==
| |
| The background of a genomic image can also be colored. Most often, this is used to color the genomic GC content such that:
| |
| *green: GC rich
| |
| *white: AT rich
| |