gff_stats_by_chr | R Documentation |
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)
inFile |
Path to the input GFF file |
A tibble with the summary data
test_gff3<-system.file("extdata", "AthSmall.gff3", package="Rgff") gff_stats_by_chr(test_gff3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.