gff_stats_by_chr {Rgff} | R Documentation |
Summarizes the number of elements of each type in each chromosome of a GFF file
Description
This function summarizes the number of features of each type in each chromosome of a GFF file and returns the statistics
Usage
gff_stats_by_chr(inFile)
Arguments
inFile |
Path to the input GFF file |
Value
A tibble with the summary data
Examples
test_gff3<-system.file("extdata", "AthSmall.gff3", package="Rgff")
gff_stats_by_chr(test_gff3)
[Package Rgff version 0.1.6 Index]