View source: R/ProcessedQuant.R
load_quant | R Documentation |
decompress_quant()
load the fetched quantification result of a
specific dataset as a SingleCellExperiment object
and store it in the sce slot of the returned
processed_quant list as the sce slot.
This function must be run after decompress_quant()
load_quant( processed_quant, output_format = "scRNA", nonzero = FALSE, force = TRUE, quiet = FALSE )
processed_quant |
a |
output_format |
the format of the returned SingleCellExperiment
object. It will be passed to |
nonzero |
It will be passed to |
force |
logic whether to proceed if the sce slot exists. |
quiet |
logical whether to display no messages. Default is set as FALSE. |
A ProcessedQuant class object with a updated sce
slot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.