Description Usage Arguments Details Value See Also Examples
View source: R/info_functions.R
The function get_info
provides information on the attributes, metadata,
and datasets of the ribo file.
1 | get_info(ribo.object)
|
ribo.object |
ribo.object is an S4 object of class "Ribo" |
The get_info
first provides information on the format version, left_span, right_span,
longest read length, shortest read length, metagene_radius, and reference model. The last element of the
returned list contains the information about the presence of coverage and RNA-seq data which are
optional datasets to include in a .ribo file.
Returns a list containing a nested list of file attributes, a logical value denoting whether the root file has additional metadata, and a data.frame of information on each experiment
Ribo
to generate the necessary ribo.object parameter
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.