Making an R or python package
Welcome! This tutorial assumes you have worked through the Analysing gene annotation in R or python tutorial first. If so, you have a fully-fledged function called read_gff()
that can read data from a GFF file.
Let's now turn the function into an R package (or python module.)
To get started, go here.