gff_stats | R Documentation |
This function summarizes the number of features of each type in a GFF file and returns the statistics
gff_stats(inFile)
inFile |
Path to the input GFF file |
A tibble with the summary data
test_gff3<-system.file("extdata", "AthSmall.gff3", package="Rgff") gff_stats(test_gff3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.