Differences between revisions 8 and 15 (spanning 7 versions)
Revision 8 as of 2007-07-26 20:26:12
Size: 2715
Editor: 140
Comment:
Revision 15 as of 2007-07-26 20:37:54
Size: 4696
Editor: 140
Comment:
Deletions are marked like this. Additions are marked like this.
Line 29: Line 29:
This RFC is the result of Allan Kuchinsky's initial exploration / evaluation of the ["InfoVis_Toolkit"]. As part of his evaluation, Allan built several prototypes, including one which demonstrates the excentric label features provided by InfoVis. There is a movie of the prototype available on the ["InfoVis_Toolkit"] page. This RFC is the result of Allan Kuchinsky's initial exploration / evaluation of the ["InfoVis_Toolkit"]. As part of his evaluation, Allan built several prototypes, including one which demonstrates the excentric label features provided by Info``Vis. There is a movie of the prototype available on the ["InfoVis_Toolkit"] page.
Line 31: Line 31:
== Biological Questions / Use Cases == == Status of Code ==
Line 33: Line 33:
== Requirements == The plugin is currently available as a prototype, and is available in Subversion:
Line 35: Line 35:
== Deferred Items == http://chianti.ucsd.edu/svn/csplugins/trunk/agilent/kuchinsky/ExcentricLabelsPlugin/
Line 37: Line 37:
== Open Issues == ##== Biological Questions / Use Cases ==

##== Requirements ==

##== Deferred Items ==

== Feature List ==

The following is a list of feature questions, which we should discuss:

 * Do we want to enable users to interactively set the excentric label parameters, e.g. the "lens" size and the maximum number of labels shown?
 * Do we want to enable users to interactively specificy the attribute value shown within labels? For example, a user could select to view BioPAX Entity Types within the node labels, rather than the default canonical name.

== Technical Issues ==

The following is a list of current issues / limitations of the current prototype plugin. These will need to be addressed:

 * It has been difficult to get the endpoints of the lines emanating from the excentric labels to coincide exactly with the centerpoints of Cy``Nodes that they correspond to. This is due to limitations of the Cytoscape renderer. There are methods for mapping a point in Cytoscape``Desktop coordinates to the corresponding position in Cy``Network coordinates, but no inverse methods for mapping a point in Cy``Network coordinates back to Cytoscape``Desktop. Allan has attempted to build such methods, without success. One source of difficulty is that the mapping of desktop to network coordinates is destructive of the original transforms.
 * '''[RESOLVED]''' There is a flickering effect when the density of the labels in an area is over a certain amount. It's possible that the labels are overwriting each other on the display.
 * '''[POSSIBLY RESOLVED; REQUIRES FURTHER TESTING]''' Cytoscape slows appreciably when the excentric labels are activated. This may likely be due to faulty logic in the prototype code itself, possibly the unintentional introduction of tight loops. Some profiling is needed to better characterize the problem.
Line 44: Line 63:
== Implementation Plan == ##== Implementation Plan ==
Line 54: Line 73:

Add your comments below...

RFC Name : Excentric Labeling in Cytoscape

Editor(s): Allan Kuchinsky, Ethan Cerami

Status: Open to comment

TableOfContents([2])

Proposal

This is an RFC to create a core Cytoscape plugin that will support "Excentric Labeling".

First off, what exactly is "Excentric Labeling"?

  • "Excentric labeling is a dynamic technique of neighborhood labeling for data visualization. When the cursor stays more than one second over an area where objects are available, all labels in the neighborhood of the cursor are shown without overlap, and aligned to facilitate rapid reading. A circle centered on the position of the cursor defines the neighborhood or focus region. A line connects each label to the corresponding object."[1]

Here is an example, taken from [1]:

attachment:excentric1.png

Background

This RFC is the result of Allan Kuchinsky's initial exploration / evaluation of the ["InfoVis_Toolkit"]. As part of his evaluation, Allan built several prototypes, including one which demonstrates the excentric label features provided by InfoVis. There is a movie of the prototype available on the ["InfoVis_Toolkit"] page.

Status of Code

The plugin is currently available as a prototype, and is available in Subversion:

http://chianti.ucsd.edu/svn/csplugins/trunk/agilent/kuchinsky/ExcentricLabelsPlugin/

Feature List

The following is a list of feature questions, which we should discuss:

  • Do we want to enable users to interactively set the excentric label parameters, e.g. the "lens" size and the maximum number of labels shown?
  • Do we want to enable users to interactively specificy the attribute value shown within labels? For example, a user could select to view BioPAX Entity Types within the node labels, rather than the default canonical name.

Technical Issues

The following is a list of current issues / limitations of the current prototype plugin. These will need to be addressed:

  • It has been difficult to get the endpoints of the lines emanating from the excentric labels to coincide exactly with the centerpoints of CyNodes that they correspond to. This is due to limitations of the Cytoscape renderer. There are methods for mapping a point in CytoscapeDesktop coordinates to the corresponding position in CyNetwork coordinates, but no inverse methods for mapping a point in CyNetwork coordinates back to CytoscapeDesktop. Allan has attempted to build such methods, without success. One source of difficulty is that the mapping of desktop to network coordinates is destructive of the original transforms.

  • [RESOLVED] There is a flickering effect when the density of the labels in an area is over a certain amount. It's possible that the labels are overwriting each other on the display.

  • [POSSIBLY RESOLVED; REQUIRES FURTHER TESTING] Cytoscape slows appreciably when the excentric labels are activated. This may likely be due to faulty logic in the prototype code itself, possibly the unintentional introduction of tight loops. Some profiling is needed to better characterize the problem.

References

[1] Jean-Daniel Fekete and Catherine Plaisant, Excentric Labeling: Dynamic Neighborhood Labeling for Data Visualization, HCIL Technical Report 99-09 (December 1998); http://www.cs.umd.edu/hcil CHI’99 Pittsburgh, PA, USA, May 15-20, 1999, 512-519.

Comments

How to Comment

Edit the page and add your comments under the provided header. By adding your ideas to the Wiki directly, we can more easily organize everyone's ideas, and keep clear records. Be sure to include today's date and your name for each comment. Try to keep your comments as concrete and constructive as possible. For example, if you find a part of the RFC makes no sense, please say so, but don't stop there. Take the extra step and propose alternatives.

Add your comments below...

ExcentricLabelRFC (last edited 2009-02-12 01:04:13 by localhost)

Funding for Cytoscape is provided by a federal grant from the U.S. National Institute of General Medical Sciences (NIGMS) of the Na tional Institutes of Health (NIH) under award number GM070743-01. Corporate funding is provided through a contract from Unilever PLC.

MoinMoin Appliance - Powered by TurnKey Linux