View source: R/ProcessedQuant.R
fetch_quant | R Documentation |
ProcessedQuant()
fetch the compressed quantification result of a
specific dataset and stroe the path to the tar file
in the tar_path slot of the returned processed_quant list.
This function must be run after ProcessedQuant()
fetch_quant( processed_quant, tar_dir = "quant_tar", tar_name = NULL, force = FALSE, quiet = FALSE )
processed_quant |
a |
tar_dir |
a string to a path where the fetched tar files will be stored. It will be created if does not exist. |
tar_name |
a string indicates the name of the tar file. If NULL, the dataset_id will be used as the file name. |
force |
logic whether to proceed if the tar file exists. |
quiet |
logical whether to display no messages |
A ProcessedQuant class object with a updated tar_path
slot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.