Learn R Programming

Rgff (version 0.1.6)

gff_stats: 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)

Value

A tibble with the summary data

Arguments

inFile

Path to the input GFF file

Examples

Run this code
test_gff3<-system.file("extdata", "AthSmall.gff3", package="Rgff")
gff_stats(test_gff3)

Run the code above in your browser using DataLab