Content area
Full Text
ABSTRACT Every data visualization can be improved with some level of interactivity. Interactive graphics hold particular promise for the exploration of high-dimensional data. R/qtlcharts is an R package to create interactive graphics for experiments to map quantitative trait loci (QTL) (genetic loci that influence quantitative traits). R/qtlcharts serves as a companion to the R/qtl package, providing interactive versions of R/qtl's static graphs, as well as additional interactive graphs for the exploration of high-dimensional genotype and phenotype data.
KEYWORDS QTL; data visualization; software; D3
INTERACTIVE graphics have enormous value for the exploration of high-dimensional genetic data. Visualizations of high-dimensional data must be a compressed summary, but with interactive visualizations, features may be linked to underlying details or to different views of the data. Moreover, interactive graphs offer the ability to zoom into dense figures, and sets of linked graphic panels offer greater opportunity to make connections across diverse data types.
Interactive data visualization has a long history. For example, an early innovation, brushed scatterplots, is due to Becker and Cleveland (1987). While numerous tools for interactive data visualization have been developed, for example Mondrian (Theus and Urbanek 2008) (http://www.theusrus.de/ Mondrian) and SpotFire (http://spotfire.tibco.com/), until recently interactive visualization has been a specialized craft, and the tools have not been widely adopted as part of routine data analysis. But there has been a recent expansion in the general use and development of complex and rich interactive graphics tools, motivated in part by the JavaScript library D3 (Bostock et al. 2011) (http://d3js.org), the development of HTML5 and scalable vector graphics (SVG), and the power of modern web browsers. Moreover, as these graphical tools are deployed as web pages, they are immediately accessible to users.
R/qtlcharts is an add-on package for the general statistical software R (R Core Team 2013) that provides interactive...