check_gtf {Rgff} | R Documentation |
Test consistency and order of a GTF file
Description
This function tests consistency and order of a GTF file. Optionally, can fix some of the consistency errors and sort the GTF file.
Usage
check_gtf(gtfFile)
Arguments
gtfFile |
Path to the input GTF file |
Value
A data frame with the errors detected
[Package Rgff version 0.1.7 Index]