Description Usage Arguments Value Examples
gettRNASummary
prepares a DataFrame with the aggregated features
of tRNAs from a GRanges object. Logical values are converted to numeric
values.
1 2 3 4 5 6 7 | gettRNASummary(x)
## S4 method for signature 'GRangesList'
gettRNASummary(x)
## S4 method for signature 'GRanges'
gettRNASummary(x)
|
x |
a GRanges or a GRangesList object. All elements have to pass the
|
a DataFrame object
1 2 | data("gr", package = "tRNA")
gettRNASummary(gr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.