# Generated by roxygen2: do not edit by hand

S3method(fitted,flash)
S3method(fitted,flash_fit)
S3method(ldf,flash)
S3method(ldf,flash_fit)
S3method(plot,flash)
S3method(print,flash)
S3method(residuals,flash)
S3method(residuals,flash_fit)
export(flash)
export(flash_add_intercept)
export(flash_backfit)
export(flash_clear_timeout)
export(flash_conv_crit_elbo_diff)
export(flash_conv_crit_max_chg)
export(flash_conv_crit_max_chg_F)
export(flash_conv_crit_max_chg_L)
export(flash_ebnm)
export(flash_factors_fix)
export(flash_factors_init)
export(flash_factors_remove)
export(flash_factors_reorder)
export(flash_factors_set_to_zero)
export(flash_factors_unfix)
export(flash_fit)
export(flash_fit_get_KL)
export(flash_fit_get_elbo)
export(flash_fit_get_est_tau)
export(flash_fit_get_fixed_tau)
export(flash_fit_get_g)
export(flash_fit_get_p2m)
export(flash_fit_get_pm)
export(flash_fit_get_tau)
export(flash_greedy)
export(flash_greedy_init_default)
export(flash_greedy_init_irlba)
export(flash_greedy_init_softImpute)
export(flash_init)
export(flash_nullcheck)
export(flash_set_conv_crit)
export(flash_set_timeout)
export(flash_set_verbose)
export(flash_verbose_elbo)
export(flash_verbose_elbo_diff)
export(flash_verbose_max_chg)
export(flash_verbose_max_chg_F)
export(flash_verbose_max_chg_L)
export(ldf)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(ebnm,ebnm)
importFrom(ebnm,ebnm_group)
importFrom(ebnm,ebnm_point_normal)
importFrom(ggplot2,aes)
importFrom(ggplot2,after_stat)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_brewer)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_log10)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(grDevices,devAskNewPage)
importFrom(irlba,irlba)
importFrom(magrittr,"%>%")
importFrom(parallel,makeCluster)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(softImpute,softImpute)
importFrom(stats,coef)
importFrom(stats,density)
importFrom(stats,fitted)
importFrom(stats,optimize)
importFrom(stats,pnorm)
importFrom(stats,residuals)
importFrom(stats,rnorm)
importFrom(stringr,str_remove)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,pivot_longer)
importFrom(utils,modifyList)
