View source: R/fit_logistic_regression.R
This function fits fast logistic regression and find switching timepoint for each gene
1 2 | find_switch_logistic_fastglm(sce, downsample = FALSE, ds_cutoff = 0.7,
zero_ratio = 0.7, sig_FDR = 0.05, show_warnings = TRUE)
|
sce |
SingleCellExperiment |
downsample |
Logical. if do random downsampling of zeros |
ds_cutoff |
only do downsampling if zero percentage is over this cutoff |
zero_ratio |
downsampling zeros to this proportion |
sig_FDR |
FDR cut off for significant genes |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.