View source: R/helper-compress.R
miniSwish | R Documentation |
This function is called by the Snakefile
that is generated
by splitSwish
. See alevin example in the vignette.
As such, it doesn't need to be run by users in an interactive
R session.
miniSwish(
infile,
outfile,
numReps = 20,
lengthCorrect = FALSE,
overwrite = FALSE,
...
)
infile |
path to an RDS file of a SummarizedExperiment |
outfile |
a CSV file to write out |
numReps |
how many inferential replicates to generate |
lengthCorrect |
logical, see |
overwrite |
logical, whether |
... |
arguments passed to |
Note that the default for length correction is FALSE, as
opposed to the default in scaleInfReps
which
is TRUE. The default for numReps
here is 20.
nothing, files are written out
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.