CreateTransRanges: Create a transcript range file from the raw GFF3 File

View source: R/utility_functions.R

CreateTransRangesR Documentation

Create a transcript range file from the raw GFF3 File

Description

Create a transcript range file from the raw GFF3 File

Usage

CreateTransRanges(file)

Arguments

file

The name/path of the raw GFF3 File, or a complete URL.

Value

A data table which contains chromosome name, start, end position, strand information and gene name. It is keyed by chrom, start, and end. Only genes that are associated with a CCDS ID are kept for transcriptional strand bias analysis.


ICAMS documentation built on June 22, 2024, 6:47 p.m.