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