Learn R Programming

Rgff (version 0.1.6)

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

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

Run the code above in your browser using DataLab