Description of feature
For each table available via EnsemblDb (e.g. genes
, promoters
) we could rename the primary genomic coordinates to the format required by bioframe
(e.g. chrom
, start
, end
). This would (a) mimic the behaviour in bioconductor (where ranges make the IRange column) and (b) allow selecting columns with additional coordinates in the ibis query (e.g. add tx_seq_start
column when running genes
#9 ).