Description Usage Format Value See Also
mouse_basis_profile <- create_rbf_object(M = 8)
mouse_obj <- create_region_object(mouse_met, mouse_region)
mouse_fit_profiles <- infer_profiles_vb(X = mouse_obj$met, model = "binomial",
basis = mouse_basis_profile, is_parallel = TRUE, vb_max_iter = 100)
1 |
An object of class infer_profiles_vb_
"obs_model" with the
following elements:
W
: An Nx(M+1) matrix with the
optimized parameter values. Each row of the matrix corresponds to each
element of the list X; if X is a matrix, then N = 1. The columns are of the
same length as the parameter vector w (i.e. number of basis functions).
W_Sigma
: A list with covariance matrices for each element row
in W.
basis
: The basis object.
nll_feat
: NLL
fit feature.
rmse_feat
: RMSE fit feature.
coverage_feat
: CpG coverage feature.
lb_feat
:
Lower Bound feature.
infer_profiles_vb
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.