DEIVA icon indicating copy to clipboard operation
DEIVA copied to clipboard

Links to genome browsers

Open charles-plessy opened this issue 9 years ago • 2 comments

Hi Jayson,

In the expression table panel, it would be useful if the feature field could be rendered as a URL, where feature name (often a gene symbol or a genome coordinate) would be pasted to a base URL provided by the user, either through a new field or through a configuration file.

For example, the base URL could be http://fantom.gsc.riken.jp/zenbu/gLyphs/#config=2Z4giXeUDRQulVO5sw_x8C;loc=, which would be used to point to a genome browser view such centered on feature names such as chr10:104151762..104164391+.

Cheers,

Charles

charles-plessy avatar Oct 06 '16 05:10 charles-plessy

  • Parsing feature names and converting them into strings that can be inserted into base URLs is problematic because a) the feature name is free-form and b) URL format of the target website (Zenbu, UCSC...) could be anything.
  • After discussing with Jayson, the best solution is probably to have one more column with an explicit URL for each feature.

antonkratz avatar Oct 11 '16 02:10 antonkratz

If someone is willing to supply a data file with an additional "url" column I am willing to implement this.

Hypercubed avatar Oct 25 '16 05:10 Hypercubed