Class Index | File Index

Classes


Class SequenceStore.StaticChunked


Extends Store.

Defined in: StaticChunked.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Storage backend for sequences broken up into chunks, stored and served as static text files.
Method Summary
Method Attributes Method Name and Description
 
getRange(seq, start, end, callback)
Methods borrowed from class Store:
changed, hideAll, load, loadFail, loadSuccess, setLoaded
Class Detail
SequenceStore.StaticChunked(args)
Storage backend for sequences broken up into chunks, stored and served as static text files.
Parameters:
args
Method Detail
getRange(seq, start, end, callback)
Parameters:
{Object} seq
object describing the sequence to operate on
{Number} start
start coord, in interbase
{Number} end
end coord, in interbase
{Function} callback
function that takes ( start, end, seq )

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Apr 19 2012 17:55:42 GMT-0400 (EDT)