16.4 Exercise 3
In this short exercise, you will practice using the functions for data manipulation we just learned.
We will start from gtf.
If gtf it is no longer in your environment, load it with:
Save the result of each step into intermediate objects.
- Rename column chr as Chromosome. Assign to a new object.
correction
2. Keep rows with “+” strand on chromosome “chr4”. Assign this filtered data to a new object.
- Remove columns strand and gene_type.