Skip to content

@Yinqi93 Yinqi93 released this Jul 22, 2020 · 5 commits to master since this release

New features

A new variable selection framework is applied to LUCID.

  • A lasso type penalty is applied on the mean of biomarkers
  • A glasso method is applied on the variance-covariance structure to achieve sparsity covariance matrix
  • We apply a new variable selection criteria, which takes both mean and coviarnce matrix of biomarkers into account.

Other changes

  • Fix bugs in pred.lucid(). Now it can predict both latent cluster and the outcome.
Assets 2

@Yinqi93 Yinqi93 released this May 18, 2020 · 21 commits to master since this release

This is a feature update to the whole package. It rewrite all the codes to make the model fitting procedure much faster (10 to 50 times) than v1.0.0. Also, the grammar of LUCID changed to a more user-friendly version. (Please note, this version is not backward compatible)

New features

  • est.lucid(): previously called est_lucid. Fit the LUCID mode much faster; use mclust to initialize and produce a more stable estimate of the model; fix the bugs dealing with missing values in biomarker data.
  • summary.lucid(): previously called summary_lucid. An S3 method function which can directly be called by summary; provide with a nice table with detailed interpretation of the model; add option to calculate 95% CI based on result returned by boot.lucid().
  • plot.lucid(): previously called plot_lucid. An S3 method function which can be directly called by plot; change the color palette.
  • predict.lucid(): previously called pred_lucid. An S3 method function which can be directly called by predict.
  • boot.lucid(): previously called boot_lucid. Provide with a neat output.

Other changes

  • Update the vignette.
  • Updated the citation after getting published by the Bioinformatics;
  • Minor bug fixes.
Assets 2
Pre-release

@Yinqi93 Yinqi93 released this May 18, 2020 · 22 commits to master since this release

add citation, update vignette, spell checking

Assets 2
You can’t perform that action at this time.