This function creates a features pair file from a GFF file
get_pairs_from_gff3(gffFile, outFile, forceOverwrite = FALSE)
Path to the generated features pair file
Path to the input GFF file
Path to the output features pair file, if not provided the output will be gffFile.pairs
If output file exists, overwrite the existing file. (default FALSE)