Tuesday 30 June 2015

Creating transparent fills for Igor Pro graphs

For several of my experiments I’ve profiled retinal functioning using electroretinograms (ERGs) and graphed the averages with dynamic error bars in Igor Pro. Using a transparent fill for the error bars of these graphs allows clear visualization of overlaps. Unfortunately this capability isn’t available in Igor. Exporting the graphs or layouts in EPS format and editing in Adobe Illustrator (or freeware vector editing software) provides an easy workaround.

Creating transparent error bar fills in Illustrator

  1. Open your EPS layout file in Adobe illustrator.
  2. Ungroup the objects.
    • Using the selection tool (top arrow in the left sidebar), select the entire graph/s
    • From the top menu, choose ‘object/ungroup’
  3. If you click on one of the error bar fills, you’ll notice that Igor has exported it in chunks. Grouping these chunks into a single object makes them easier to edit.
    • From the top menu, choose ‘window/pathfinder’ (this will open the pathfinder window).
    • Select a chunk of fill from one of the waves using the selection tool.
    • From the top menu, choose ‘select/same/fill color’.
    • Click on the first shape mode (unite) in the pathfinder window. The error bars of this color are now a single object.
  4. Edit the opacity value of the error bars.
    • With the error bars still selected, edit the opacity value in the transparency window (if you don’t have this window in your right sidebar, select ‘window/transparency’). In the example above I’ve set the opacity to 55% for all of the wave errors.
  5. When you deselect the object you’ll notice that there are some outlines remaining. These are darker as they overlap with the underlying fill.
    • Click on one of the lines. From the top menu choose, ‘select/same/stroke colour’. Hit delete to remove the extraneous lines.
  6. Repeat these steps for each of your fill colors. Once you’ve finished you can tweak the graph colors as necessary using the color and transparency palettes (see below for tips on using global color swatches to do this). 

Creating a global swatch to quickly edit a color across your entire layout

If you update the color of a global swatch, all objects using that swatch are also updated. This means that you can edit a color across the entire layout simultaneously. You can also save your swatch library for future use.

Creating a global swatch

Select a line (e.g. the wave average) from one graph. In the color window you’ll notice that there are two boxes- one indicates the stroke color and the other the fill color. Because you’ve selected a line (rather than a fill), the fill color is blank. 
Click on the stroke color box to bring it to the foreground.

In the swatch window, click ‘new swatch’.
In the popup window, tick ‘global’ and click ‘okay’. Your new swatch should now appear in the swatch window. You can double-click on it to open the swatch options menu and edit the color.

Apply the global swatch to all of the relevant fill/stroke colors in the layout

  1. Using the selection tool, select the fill or stroke color you want to change. 
  2. In the top menu, choose ‘select/same/fill color’ (or stroke color).
  3. Make sure the appropriate fill or stroke box is in the foreground in the swatch window.
  4. Click on the global swatch color you want to apply. This will apply the color across the selected objects in your layout.

Friday 19 June 2015

Brewer colour palettes for data visualization

I recently attended talk on data visualization by Martin Krzywinski hosted by VLSCI. Martin provided some great tips for presenting bioinformatics data (for some beautiful examples see Martin’s website).

At the time I was trying to categorize lists of differentially-expressed genes into Gene Ontologies (GO) using PANTHER and visualize them in a pie chart. Choosing an effective color palette to represent the 12 GO categories wasn't easy!

Martin recommended Brewer Palates, created by cartographer Cynthia Brewer. These palettes provide color scales for qualitative, quantitative, and diverging variables. The colorbrewer website is easy to use: simply choose the number of data classes and the nature of the data (qualitative, quantitative, or diverging). The resulting color scheme is provided in HEX, RGB, or CMYK, with an option to directly export a swatch into Photoshop or Illustrator. You can exclude options that aren’t color-blind, print, or photocopy safe (although not for 12 categories).


I was creating the pie charts in excel, so I entered the RGB values directly in chart tools. I now use this chart template all the time.


Tuesday 2 June 2015

Analyzing pathway expression using GSEA

For my first study I profiled gene expression in the retina/RPE/choroid using microarray and analyzed the resulting data-sets using Gene Set Enrichment Analysis (GSEA). GSEA evaluates genome-wide expression profiles to determine whether classes of genes (gene sets) are over-represented. These gene sets are based on a priori knowledge, such as KEGG pathways. GSEAs strength lies in its ability to identify subtle changes distributed across a transcript network that may be missed by more traditional single-gene analyses approaches. This approach can unify results across seemingly disparate related data-sets, which is valuable in a research area like mine where relatively few similarities have been identified across the transcriptome-wide studies conducted to date. On a practical level, the results of GSEA are also more interpretable than large lists of individual differentially-expressed genes as they are based in an established biological framework.

When I first started using GSEA to evaluate my dataset our lab had a subscription to Pathway Studio. The Pathway Studio implementation was easy to use and had great graphics; unfortunately our licence expired before I was finished. I switched to the Broad Institute’s GSEA software using the graphical java interface. I’m now glad I was forced to move to a freeware platform, as I think the Broad software gave me greater control of the analysis and the ability to explore the results in more depth. 

The Broad GSEA wiki provides a useful over-view of how to use the application. I found that leading edge analysis was a particularly important tool when interpreting results. This analysis identifies the core genes responsible for enrichment of a gene set, and over-lap in these genes across enriched pathways.