View source: R/ProcessedQuant.R
decompress_quant | R Documentation |
fetch_quant()
decompress the fetched quantification result of a
specific dataset and record the path
as the quant_path slot of the returned processed_quant list
This function must be run after fetch_quant()
decompress_quant( processed_quant, quant_dir = "processed_quant", quant_path_name = NULL, force = FALSE, quiet = FALSE )
processed_quant |
a |
quant_dir |
a string to a path where the fetched tar files will be stored. It will be created if does not exist. |
quant_path_name |
a string indicates the name of the directory that will be used for storing the quantification result. 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 quant_path
slot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.