Class Index | File Index

Classes


Built-In Namespace _global_

Method Summary
Method Attributes Method Name and Description
 
alignmentsURI(reference, query)
Optional method.
 
Required method.
 
featuresURI(term, sequenceId, start, stop)
Optional method.
 
Optional method.
 
Optional method.
 
Optional method.
 
Optional method.
 
invokeFeatureAction(featureDescription)
Optional method.
 
invokeRegionAction(sequenceId, trackIds, a, z, actionName)
Optional method.
 
Optional method.
 
Optional method.
 
Optional method and used by fullBrowserMode().
 
Optional method and used by fullBrowserMode().
 
trackFeaturesURI(sequenceId, trackId)
Optional method.
 
Optional method.
Method Detail
alignmentsURI(reference, query)
Optional method. Include this if you want alignment tracks.
Defined in: example-app.js.
Parameters:
{String} reference
Reference sequence ID.
{String} query
Query sequence ID.

assembliesURI()
Required method.
Defined in: example-app.js.
Returns:
URI of the JSON assemblies structure.

featuresURI(term, sequenceId, start, stop)
Optional method. If you'd like to show a search box and display searched features, add this method.
Defined in: example-app.js.
Parameters:
{string} term
Search term.
{string} sequenceId
ID of the sequence that will be searched.
{int} start
Starting sequence position if we're limiting your searches.
{int} stop
Stopping sequence position if we're limiting your searches.

fullBrowserMode(on)
Optional method. Toggles full browser mode.
Defined in: example-app.js.
Parameters:
{int} on
1 turns full browser mode on.

getFeatureActionMenu()
Optional method. Provides menu item actions when right clicking on a feature.
Defined in: example-app.js.

getRegionActionMenu()
Optional method. Provides menu item actions when right clicking on a selected sequence region.
Defined in: example-app.js.

helpURI()
Optional method. Include this with a link if you'd like to display a help link for the ChromoMap.
Defined in: example-app.js.

invokeFeatureAction(featureDescription)
Optional method. If you've included getFeatureActionMenu(), then you'll need to include this.
Defined in: example-app.js.
Parameters:
{string} featureDescription
Description of the feature that was clicked.

invokeRegionAction(sequenceId, trackIds, a, z, actionName)
Optional method. If you've included getRegionActionMenu(), then you'll need to include this too.
Defined in: example-app.js.
Parameters:
{String} sequenceId
Reference sequence Id.
{Array} trackIds
Array of trackIds that have been selected.
{int} a
Starting base position of the selection.
{int} z
Ending base position of the selection.
{String} actionName
Identifier of the menu item selected.

pageHeight()
Optional method. Include this if you include fullBrowserMode().
Defined in: example-app.js.
Returns:
Full page height.

pageWidth()
Optional method. Include this if you include fullBrowserMode().
Defined in: example-app.js.
Returns:
Full page width.

restore()
Optional method and used by fullBrowserMode(). Pops the application back in from full browser mode.
Defined in: example-app.js.

setFullBrowserMode()
Optional method and used by fullBrowserMode(). Pops the application out into full browser mode.
Defined in: example-app.js.

trackFeaturesURI(sequenceId, trackId)
Optional method. If you want to view density tracks, include tracksURI() and also this method.
Defined in: example-app.js.
Parameters:
{string} sequenceId
Reference sequence ID.
{string} trackId
Track ID as specified by the tracks provided by tracksURI.

tracksURI()
Optional method. If you want to view density tracks, include this and trackFeaturesURI().
Defined in: example-app.js.

Documentation generated by JsDoc Toolkit 2.0.2 on Fri Jan 23 2009 15:26:58 GMT-0500 (EST)