gff_statistics | R Documentation |
Extract the information of element from gff or gtf file
gff_statistics(gff_data, mRNA_ID = NULL)
gff_data |
gff file. |
mRNA_ID |
The mRNA you selected. If NULL, it means selecting all mRNAs. |
data.frame
Shiqi Zhao
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.