pileup.js icon indicating copy to clipboard operation
pileup.js copied to clipboard

community contributed plugin track

Open Parul-Kudtarkar opened this issue 5 years ago • 8 comments

Hi!

How easy/seamless is it to add community contributed plugin track? Are there any examples/demonstrations available?

Thanks, Parul

Parul-Kudtarkar avatar Nov 14 '19 22:11 Parul-Kudtarkar

Hi @Parul-Kudtarkar,

We are very open to community contributions! What particular type of track are you interested in adding?

akmorrow13 avatar Nov 14 '19 23:11 akmorrow13

Hi @akmorrow13, Thanks for confirming! I am thinking of chromatin interactions

Parul-Kudtarkar avatar Nov 14 '19 23:11 Parul-Kudtarkar

Yes that would be excellent! @Parul-Kudtarkar what file types store chromatin interactions?

akmorrow13 avatar Nov 14 '19 23:11 akmorrow13

I am thinking ChIA-PET or Capture Hi-C in .bed format.

Parul-Kudtarkar avatar Nov 14 '19 23:11 Parul-Kudtarkar

Ok. The .bed format may be easiest. We currently do not have a DataSource for bed or ChIA-PET. We do, however, support bigbed files. We have been meaning to add bed support for a while but have not yet done it. It should be easy to implement given there is no compression.

akmorrow13 avatar Nov 14 '19 23:11 akmorrow13

Do you know when the bed format support will be added? Is there anything I can do to assist? Thank you very much!

Parul-Kudtarkar avatar Nov 14 '19 23:11 Parul-Kudtarkar

Unfortunately due to loss of man power adding bed support has completely dropped off the table because we already support bigbed files. However, if you can implement the chromatin interaction Visualization Track via a bigbed file, I can then look into adding a bed format to be used by the chromatin interaction visualization. To do this, you can start by copying code for the Feature Track, which can read features similar to what you would see in a bed file.

akmorrow13 avatar Nov 14 '19 23:11 akmorrow13

Excellent! Thank you so much @akmorrow13 I will keep you posted

Parul-Kudtarkar avatar Nov 14 '19 23:11 Parul-Kudtarkar