gff_statistics
gff_statistics.Rd
Extract the information of element from gff or gtf file
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)