SICS-package: Fit a GLM with a combination of sparse and phylogeny-induced...

Description Details Author(s) Examples

Description

Fit a generalized linear model at grids of tuning parameter via penalized maximum likelihood. The regularization path is computed for a combination of sparse and smoothness penalty. The sparse penalty is MCP penalty and the smoothness penalty has two options. The phylogeny-induced correlation structure (C) is derived from patristic distance between OTU (D) in the form of C=exp(-2*pho*D). pho characterizes the evolutionary rate and performs phylogenetic grouping. Large pho groups OTUs into clusters at lower phylogenetic depth. If the smoothness penalty is the phylogeny-constraint smoothness penalty, it is in the form of beta^T*C^-1*beta. It has the advantage to encourage local smoothing by reducing the effects of distant OTUs. The estimator is called Sparse Laplacian Srinkage Estimator (SLS). If the smoothness penalty is the Laplacian penalty, it is in the form of beta^T*L*beta. By sparsifying C, we obtain Laplacian matrix (L) with different level of sparsity. The estimator is called Sparse Inverse Correlation Srinkage Estimator (SICS).

Details

Package: SICS
Type: Package
Version: 1.0-0
Date: 2018-08-27
License: GPL-2

The algorithm accepts a design matrix X, a vector of responses Y and a distance matrix D. It consists of the following main functions
glmgraph
cv.glmgraph
SLS
SICS

Author(s)

Li Chen <li.chen@auburn.edu>, Jun Chen <jun.chen2@mayo.edu>

Examples

1
2
3

lichen-lab/SICS documentation built on May 6, 2019, 7:18 a.m.