load_gtf: Load a gtf file from GENCODE as a data frame.

View source: R/load_gtf.R

load_gtfR Documentation

Load a gtf file from GENCODE as a data frame.

Description

This function combines import with loading the gtf file as a data frame in the R Global Environment

Usage

load_gtf(input)

Arguments

input

The name of the downloaded gtf file from GENCODE website

Value

A data frame of the gtf file selected

See Also

import

Examples

load_gtf("gencode.v27.lncRNAs.gtf")

monahton/GencoDymo documentation built on Dec. 13, 2024, 1:23 a.m.