dalliance icon indicating copy to clipboard operation
dalliance copied to clipboard

Export features in region

Open greenexile4568 opened this issue 14 years ago • 4 comments

Is there away or would it be possible to provide a mechanism whereby a user could highlight a range on the browser then export features found within that range on specific tracks ?

I have the browser embedded in our app and was hoping to be able to 'feed' any features of interest, identified during a user session back to the host application for further processing.

Thank you

greenexile4568 avatar Aug 16 '11 13:08 greenexile4568

This sounds like a generally useful feature. I guess there are two major parts:

   1) a region-selection mechanism (which we don't have yet, but probably should).

   2) a way to trigger the feature export/submit.

Do you have any particular feature table formats and/or target web services in mind? This could affect the implementation a bit. I believe Galaxy can receive "callbacks" from a browser, so might be worth looking at the protocols they use and asking if they can be adapted for your purposes.

dasmoth avatar Aug 18 '11 08:08 dasmoth

For region selection I was thinking the user could click on the primary tram line, holding down the ctrl key to highlight a region. They could repeat this step multple times before clicking a new menu button 'Feature Set'

When this button is selected, a submenu would display a list of tracks (DAS & binary) from which to 'extract' features of interest. The features extracted would be stored in a simple object, leaving the transformation and transfer of this information to other webservices as an exercise for the programmer embedding the browser. While it might be possible to target a number of key services such as extending your current connectivity w/ UCSC browser, I think it would be expensive if you had to explictly build an interface to every possible system that might want callback info.

Looking for the simplest, non-invasive option ;) On 18 August 2011 04:06, dasmoth < [email protected]>wrote:

This sounds like a generally useful feature. I guess there are two major parts:

  1) a region-selection mechanism (which we don't have yet, but

probably should).

  2) a way to trigger the feature export/submit.

Do you have any particular feature table formats and/or target web services in mind? This could affect the implementation a bit. I believe Galaxy can receive "callbacks" from a browser, so might be worth looking at the protocols they use and asking if they can be adapted for your purposes.

Reply to this email directly or view it on GitHub: https://github.com/dasmoth/dalliance/issues/20#issuecomment-1837151

greenexile4568 avatar Aug 21 '11 23:08 greenexile4568

Renaming and bumping this because the export aspect of this is still unresolved, and would, I think, be a useful addition.

Some thought about what format(s) to support may be needed.

dasmoth avatar Jul 31 '14 11:07 dasmoth

Has there been any progress been made on this issue? I would very much like to be able to extract features from a given selection. Extracting the features from the available tracks would be useful, failing that just being able to export the fasta sequence from an area of interest would also be very useful.

sinclaircooper avatar Apr 13 '17 12:04 sinclaircooper