powered by
This function converts a GTF file into a GFF3 file mantaining the feature hierarchy defined by the gene_id and transcript_id attributes. The remaining attributes of each feature will be kept with the same name and value.
gtf_to_gff3(gtfFile, outFile, forceOverwrite = FALSE)
Path to the generated GFF3 file
Path to the input GTF file
Path to the output GFF3 file, inf not provided the output will be gtfFile.gff3
If output file exists, overwrite the existing file. (default FALSE)
if (FALSE) { test_gtf<-system.file("extdata", "AthSmall.gtf", package="Rgff") gtf_to_gff3(test_gtf) }
Run the code above in your browser using DataLab