9.4 Exercise 4
We will start from gtf object that we already used.
Read it as follows, if it is no longer in your environment:
- Rename column chr to Chromosome. Assign to a new object.
2. Keep/filter rows matching “+” as strand, and “chr4” as chromosome chr4. Assign this filtered data to a new object.
- Select only columns gene_symbol and gene_type.