gff3_to_paths: Creates a features path file from a GFF file

View source: R/Rgff.R

gff3_to_pathsR Documentation

Creates a features path file from a GFF file

Description

This function creates a features path file from a GFF file

Usage

gff3_to_paths(gffFile, outFile, forceOverwrite = FALSE)

Arguments

gffFile

Path to the input GFF file

outFile

Path to the output features path file, if not provided the output will be gffFile.paths

forceOverwrite

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

Value

Path to the generated features path file


Rgff documentation built on Sept. 30, 2022, 5:08 p.m.