miniSwish.Rd
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,
...
)
path to an RDS file of a SummarizedExperiment
a CSV file to write out
how many inferential replicates to generate
logical, see scaleInfReps
,
and Swish vignette. As this function is primarily for alevin,
the default is FALSE
logical, whether outfile
should overwrite an existing file
arguments passed to swish
nothing, files are written out
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.