collection_path_from_exp | R Documentation |
For directory and id, must be fst format file
collection_path_from_exp(
df,
id,
gene_name_list = NULL,
must_exists = TRUE,
collection_dir = collection_dir_from_exp(df, must_exists)
)
df |
ORFik experiment |
id |
character, transcript ids |
gene_name_list |
a data.table, default NULL, with gene ids |
must_exists |
logical, stop if dir does not exists |
collection_dir |
= collection_dir_from_exp(df, must_exists) |
file.path(resFolder(df), "collection_tables")
df <- ORFik.template.experiment()
tx_id <- "ENST0000012312"
collection_path_from_exp(df, id = tx_id, must_exists = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.