bartongroup / RATS

Relative Abundance of Transcripts: An R package for the detection of Differential Transcript isoform Usage.
MIT License
32 stars 1 forks source link

GeneRanges/TXDB formats for annotation? #43

Closed fruce-ki closed 5 years ago

fruce-ki commented 6 years ago

Make RATs more friendly towards Bioconductor by allowing users to supply their annotation in established Bioconductor formats, such as GRanges or TxDb. Either format should be simple to convert to a list of transcript and gene IDs, but currently users have to do this themselves. If we aim to submit RATs to Bioconductor, RATs should become compatible with the Bioconductor structures directly.

fruce-ki commented 5 years ago

Pairing the gene and transcript IDs in a 2xN table is more complex starting from GFF3-derived GRanges, because the Parent column is a list of lists, making it difficult to match the values in them to find the transcripts. Further investigation need...

TxDb compatibility not explored yet.

fruce-ki commented 5 years ago

Extraction of gene/transcript ID pairs from a TxDb seems too simple to warrant a function. Added to vignette.

fruce-ki commented 5 years ago

Trying to figure out why this issue was not closed. The action points have been addressed, so what's missing?