Helper functions to quickly extract genes of common biotypes.
Arguments
- x
A
GTFParquetobject.- ...
Additional arguments passed to
genes,GTFParquet-method.
Value
A GRanges object.
Examples
if (FALSE) { # \dontrun{
gtf <- GTFParquet(system.file("gc49", package="lkparq"))
pc <- protein_coding_genes(gtf)
lnc <- lncRNA_genes(gtf)
} # }