This function creates a features pair file from a GFF file
get_pairs_from_gff(
inFile,
outFile,
fileType = c("AUTO", "GFF3", "GTF"),
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 inFile.pairs
Version of the input file (GTF/GFF3). Default AUTO: determined from the file name.
If output file exists, overwrite the existing file. (default FALSE)