gettRNASummary: Summary of tRNA features

gettRNASummaryR Documentation

Summary of tRNA features

Description

gettRNASummary prepares a DataFrame with the aggregated features of tRNAs from a GRanges object. Logical values are converted to numeric values.

Usage

gettRNASummary(x)

## S4 method for signature 'GRangesList'
gettRNASummary(x)

## S4 method for signature 'GRanges'
gettRNASummary(x)

Arguments

x

a GRanges or a GRangesList object. All elements have to pass the istRNAGRanges test.

Value

a DataFrame object

Examples

data("gr", package = "tRNA")
gettRNASummary(gr)

FelixErnst/tRNA documentation built on April 1, 2024, 2:39 p.m.