get_pairs_from_gtf {Rgff} | R Documentation |
Creates a features pair file from a GTF file
Description
This function creates a features pair file from a GTF file
Usage
get_pairs_from_gtf(gtfFile, outFile, forceOverwrite = FALSE)
Arguments
gtfFile |
Path to the input GTF file |
outFile |
Path to the output features pair file, if not provided the output will be gtfFile.pairs |
forceOverwrite |
If output file exists, overwrite the existing file. (default FALSE) |
Value
Path to the generated features pair file
[Package Rgff version 0.1.7 Index]