qfr_wei
, pfr_wei
, dfr_wei
have had the argument log=FALSE
removed, under guidance of the
fitdistrplus
package vignette."optextras"
R package on CRAN.
Major benefit would be substantial speed improvement, and potential
increase in robustness.oz2_numi_per_cell
and oz2_numi_per_gene
.get_salsa_steps()
, do_salsa_steps()
and get_salsa_table()
are
the core workflow for determining the upper and lower bound for
scRNA-seq barcode and gene values to use in downstream analyses.do_salsa_steps()
uses memoise to cache result for distribution fit
functions fitdist_fr()
and fitdist_fr_wei()
.do_salsa_steps()
accepts custom parameter boundaries for the
Frechet-Weibull fit, in data.frame
format as returned by
params_fr_wei()
. The recommended workflow is to generate a default
data.frame
from params_fr_wei()
, modify its values, then
pass it as an argument to do_salsa_steps()
.params_fr_wei()
now accepts partial custom input, and replaces
non-NA values for only the rows and columns supplied, making it easier
to supply only certain custom parameters.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.