getGeneList: To get gene feature from a GTF file

Description Usage Arguments Examples

View source: R/EDfromBams.R

Description

To get gene feature from a GTF file

Usage

1
getGeneList(gtf, type = "protein_coding")

Arguments

gtf

GTF file

type

selecting gene feature

Examples

1
2
3
4
5
6
gtf=system.file("extdata", "gencode.v21.chr_patch_hapl_HLA.annotation.gtf", 
                 package = "AltHapAlignR")
output <- getGeneList(gtf, type="protein_coding")

# Output data
# summary of gene information, format: data.frame

jknightlab/AltHapAlignR documentation built on Sept. 11, 2019, 9:02 p.m.