NIAGADS / niagads-igv-webapp

Standalone webapp for NIAGADS customized IGV Genome Browser
GNU General Public License v3.0
1 stars 1 forks source link

customize track popover for bedX+Y #38

Closed fossilfriend closed 1 year ago

fossilfriend commented 1 year ago

customize track popover for bedX+Y to include key-values from feature.info field. Labels (info keys) need to be converted from snake to proper or title case. Values may need to be formatted (e.g., floats to scientific notation if < 1e-3)

Likely need to write custom BedXYTrack in the NIAGADS IGV webapp to overload functions that generate track popoverData to iterate over the feature.info field