formatGTF {circRNAprofiler}R Documentation

Format annotation file

Description

The function formatGTF() formats the given annotation file.

Usage

formatGTF(pathToGTF = NULL)

Arguments

pathToGTF

A string containing the path to the GTF file. Use the same annotation file used during the RNA-seq mapping procedure. If .gtf file is not present in the current working directory the full path should be specified.

Value

A data frame.

Examples

gtf <- formatGTF()


[Package circRNAprofiler version 1.2.1 Index]