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