riboORFs | R Documentation |
Load Predicted translons
riboORFs(df, type = "table", folder = riboORFsFolder(df))
df |
ORFik experiment |
type |
default "table", alternatives: c("table", "ranges_candidates", "ranges_predictions", "predictions") |
folder |
base folder to check for computed results, default: riboORFsFolder(df) |
a data.table, GRangesList or list of logical vector depending on input
df <- ORFik.template.experiment()
df <- df[df$libtype == "RFP",][c(1,2),]
# riboORFs(df) # Works when you have run prediction
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.