LincolnSteinLab / gdc-viewer

A JBrowse plugin for viewing GDC Data
https://lincolnsteinlab.github.io/gdc-viewer/
MIT License
3 stars 2 forks source link

Isoform Expression Quantification Track #65

Closed agduncan94 closed 3 years ago

agduncan94 commented 4 years ago

Overview Data Format - TXT/TSV Data Category - Transcriptome Profiling Data Type - Isoform Expression Quantification Example File IDs - 63c218de-39e4-4d51-9970-cd2d930865f9, 551770de-55eb-43cf-9dac-6455bdae1b53

Notes Add a SeqFeature for Isoform Expression Quantification Track. Similar to BED, so can use common base class BaseBEDLikeFeature.js.

Investigate the best way to display tracks (XYPlot vs HTMLFeature).

File Header miRNA_ID isoform_coords read_count reads_per_million_miRNA_mapped cross-mapped miRNA_region

agduncan94 commented 4 years ago

Sample tracks.conf [tracks.isoformExpressionQuantification] storeClass=gdc-viewer/Store/SeqFeature/IsoformExpressionQuantification type=JBrowse/View/Track/HTMLFeatures key=GDC Isoform Expression Quantification urlTemplate=https://api.gdc.cancer.gov/data/63c218de-39e4-4d51-9970-cd2d930865f9

Screen Shot 2020-07-08 at 1 41 44 PM

Screen Shot 2020-07-08 at 1 42 33 PM