-
Notifications
You must be signed in to change notification settings - Fork 229
Domain objects
Jim Robinson edited this page Sep 27, 2018
·
6 revisions
- getFeatures(chr, bpStart, bpEnd)
- draw (options)
- computePixelHeight (features)
- menuItemList(popover)
- popupDataWithConfiguration (config)
- popupMenuItemList (config)
- altClick (genomicLocation, referenceFrame, event)
- postInit() -- return a promise resolved to self
FeatureTracks use a "FeatureSource" object to fetch features as required.
- getFeatures (chr, bpStart, bpEnd, bpPerPixel, windowFunction)
- getFileHeader()
Used by a "BamSource".
- readAlignments(chr, start, end)