get_region_lengths {ribor}R Documentation

Returns the overall length of each region with UTR Junctions

Description

The function get_region_lengths retrieves the lengths for the UTR5, UTR5 Junction, CDS, UTR3 Junction, and UTR3 regions of every transcript.

Usage

get_region_lengths(ribo.object, alias = FALSE)

Arguments

ribo.object

A 'Ribo' object

alias

Option to return the transcript names as aliases

Details

This function is deprecated, and we recommend get_internal_region_lengths.

Value

A data.frame of the region lengths


[Package ribor version 1.4.0 Index]