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