View source: R/helper-compress.R
addStatsFromCSV | R Documentation |
After running splitSwish
and the associated
Snakefile
, this function can be used to gather and
add the results to the original object. See the alevin
section of the vignette for an example.
addStatsFromCSV(y = NULL, infile, estPi0 = FALSE)
y |
a SummarizedExperiment (if NULL, function will output a data.frame) |
infile |
character, path to the |
estPi0 |
logical, see |
the SummarizedExperiment with metadata columns added,
or if y
is NULL, a data.frame of compiled results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.