gettRNASummary | R Documentation |
gettRNASummary
prepares a DataFrame with the aggregated features
of tRNAs from a GRanges object. Logical values are converted to numeric
values.
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
data("gr", package = "tRNA")
gettRNASummary(gr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.