Entering edit mode
Hi i have two file, the first one is the list of genes ID and the second one is a GTF file. i want to extract information of chr,start,end,gene_id,strand from the second file in R
-first file:
gene_id
LOC124418406
LOC1211106832
......
-second file (gtf) is as attached image.
- i want the out put as below:
chr(seqname) Feature Start End gene_id Strand
.....
```
thank you!