collection_path_from_exp | R Documentation |
Get collection directory
collection_path_from_exp(
df,
id,
must_exists = TRUE,
output_dir = collection_dir_from_exp(df, must_exists)
)
df |
ORFik experiment |
id |
character, transcript ids |
must_exists |
logical, stop if dir does not exists |
output_dir |
= collection_dir_from_exp(df, must_exists) |
file.path(resFolder(df), "collection_tables")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.