gff_statistics: gff_statistics

View source: R/gff_plot.R

gff_statisticsR Documentation

gff_statistics

Description

Extract the information of element from gff or gtf file

Usage

gff_statistics(gff_data, mRNA_ID = NULL)

Arguments

gff_data

gff file.

mRNA_ID

The mRNA you selected. If NULL, it means selecting all mRNAs.

Value

data.frame

Author(s)

Shiqi Zhao

Examples


gff_path <- system.file("extdata", "idpro.gff3", package = "BioVizSeq")
gff_data <- read.table(gff_path, header = FALSE, sep = '\t')
gff_statistics_data <- gff_statistics(gff_data)


BioVizSeq documentation built on Aug. 22, 2025, 9:13 a.m.