gettRNASummary {tRNA} | 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)