riboORFsFolder | R Documentation |
Define folder for prediction output
riboORFsFolder(df, parrent_dir = resFolder(df))
df |
ORFik experiment |
parrent_dir |
Parrent directory of computed study results, default: resFolder(df) |
a file path (full path)
df <- ORFik.template.experiment()
df <- df[df$libtype == "RFP",][c(1,2),]
riboORFsFolder(df)
riboORFsFolder(df, tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.