Query the available biotypes in the annotation and their counts.
Arguments
- x
A
GTFParquetobject.
Examples
if (FALSE) { # \dontrun{
gtf <- GTFParquet(system.file("gc49", package="lkparq"))
gene_types(gtf)
# protein_coding lncRNA pseudogene ...
# 19950 16880 15200 ...
transcript_types(gtf)
} # }