Description Usage Arguments Value Examples
View source: R/helper_functions.R
Gets a list of reference names by reading directly from the .ribo file
1 | get_reference_names(ribo.object)
|
ribo.object |
A 'Ribo' object-=09 |
a list of the reference names
1 2 3 4 5 6 | #generate a ribo object with transcript nicknames/aliases
file.path <- system.file("extdata", "HEK293_ingolia.ribo", package = "ribor")
sample <- Ribo(file.path)
#get the reference names
names <- get_reference_names(sample)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.