datirium / scidap

Scientific Data Analysis Platform
https://scidap.com/
Apache License 2.0
0 stars 3 forks source link

Copying coordinates from tables to IGV #21

Open tyomach opened 4 years ago

tyomach commented 4 years ago

Want to be able to copy coordinates from tables (e.g. peak table) to IGV. Now, when I copy chr1 XXX YYY, the cells are tab-separated and IGV does not understand it. IGV wants coordinate string as chr1:XXX-YYY We need to either teach IGV to understand tab-separated coordinates or to copy it from the table in the format IGV understands.