powered by
This function summarizes the number of features of each type in a GFF file and returns the statistics
gff_stats(inFile)
A tibble with the summary data
Path to the input GFF file
test_gff3<-system.file("extdata", "AthSmall.gff3", package="Rgff") gff_stats(test_gff3)
Run the code above in your browser using DataLab