import_gencode: Import and tidy a gencode .gtf file

Description Usage Arguments Value Examples

View source: R/import-gencode.r

Description

The gtf file format is described at https://www.gencodegenes.org/pages/data_format.html. This function imports a gtf and returns a tidied tibble, in which each column is a variable and each row is an observation

Usage

1

Arguments

path

Path to the gencode file.

Value

A tidied tibble

Examples

1
2
3
4
## Not run: 
import_gencode(path = 'path/to/file.tsv')

## End(Not run)

UW-GAC/genetable documentation built on May 5, 2019, 11:08 p.m.