Given a GenomicFeatures annotation_db and a gene_id, extract an GRanges object of the cds
geneGRanges.Rd
Given a GenomicFeatures annotation_db and a gene_id, extract an GRanges object of the cds
Arguments
- annote_obj_path
path to an annotation file parsed by rtracklayer::import
- gene_id
the ID of a gene in the db. Eg, for cryptococcus CKF44_05222
- id_col
gene feature column. Default is 'ID'
- feature_col
feature (col 3) column of annote_obj. Default is 'type'
- feature
what feature to select. Default is 'cds'