Learn R Programming

Rgff (version 0.1.6)

get_pairs_from_gff3: Creates a features pair file from a GFF file

Description

This function creates a features pair file from a GFF file

Usage

get_pairs_from_gff3(gffFile, outFile, forceOverwrite = FALSE)

Value

Path to the generated features pair file

Arguments

gffFile

Path to the input GFF file

outFile

Path to the output features pair file, if not provided the output will be gffFile.pairs

forceOverwrite

If output file exists, overwrite the existing file. (default FALSE)