gff_stats {Rgff}R Documentation

Summarizes the number of features of each type in a GFF file

Description

This function summarizes the number of features of each type in a GFF file and returns the statistics

Usage

gff_stats(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(test_gff3)

[Package Rgff version 0.1.6 Index]