import_GTF: Import GTF file.

Description Usage Arguments Value Examples

View source: R/process_files.r

Description

Import GTF file.

Usage

1
import_GTF(file, genes_only = TRUE)

Arguments

file

file path for gtf file

genes_only

if true, only return the entries annotated as "gene"

Value

A data frame containing all the genes from gtf_file

Examples

1
import_GTF("~/file.gtf")

laurabiggins/GOcategoryStats documentation built on Oct. 27, 2019, 11:36 a.m.