reload_fit_bcbcsf (fit_bcbcsf_afile)
bcbcsf_sumfit (fit_bcbcsf = NULL, fit_bcbcsf_afile = NULL, burn = NULL, thin = 1)
bcbcsf_plotsumfit (sum_fit)
fitfiles
of function bcbcsf_fitpred
.reload_fit_bcbcsf
and bcbcsf_fitpred
; if it is NULL, it will be retrieved by running reload_fit_bcbcsf
with value in fit_bcbcsf_afile
.burn
of Markov chain (super)iterations will be discarded (burned) for evaluation, and only every thin
th are used; by default, 20% of (super)iterations are burned, and thin
=1.bcbcsf_sumfit
reload_fit_bcbcsf
returns a list of Markov chain fitting results, including how to do feature selection and data preprocessing.bcbcsf_sumfit
returns a list of point estimates of means and variances.bcbcsf_plotsumfit
returns nothing; it plots the normalized means (for each gene, original expression means substracted by their means and divided by the common standard deviation), and overall signals (Euclid distance of normalized means) for the selected features.