gettRNASummary {tRNA}R 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", envir = environment())
gettRNASummary(gr)

[Package tRNA version 1.2.1 Index]