gettRNASummary: Summary of tRNA features

Description Usage Arguments Value Examples

Description

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

Usage

1
2
3
4
5
6
7
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

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

tRNA documentation built on Nov. 8, 2020, 11:08 p.m.