Skip to content

IEEE TNNLS [DOI: 10.1109/TNNLS.2021.3054635] Min Wenwen et al., A Novel Sparse Graph-Regularized Singular Value Decomposition Model and Its Application to Genomic Data Analysis, 2021

Notifications You must be signed in to change notification settings

wenwenmin/AGSVD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AGSVD

Introduction

Learning the gene co-expression pattern is a central challenge for high-dimensional gene expression analysis. Recently, the sparse singular value decomposition (SVD) has been used to achieve this goal. However, this model ignores the structural information between variables (e.g., a protein-protein interaction (PPI) network or graph). The typical graph-regularized penalty can be used to incorporate such prior graph information to achieve more accurate discovery and better interpretability. However, it fails to consider the opposite effect of variables with negative correlations.

In this paper, we propose a novel sparse Graph-regularized SVD model with Absolute operator (AGSVD) for high-dimensional gene expression pattern discovery. The key of AGSVD is to impose a novel graph-regularized penalty (|u|L|u|). However, such a graph-regularized penalty is non-convex and thus brings new challenges on model solving. We show that the non-convex penalized problem can be efficiently solved by an alternating iterative algorithm. The simulation results on synthetic data show that our method is more effective than the existing SVD-based ones. In addition, the results on several real gene expression data show that the proposed method can discover more biologically interpretable expression patterns by incorporating the prior PPI network.

More descriptions about these functions can be found in their annotation part.

R code

Note that before running the codes, please first set the path. "AGSVD.R" is the proposed method in the paper.

About

IEEE TNNLS [DOI: 10.1109/TNNLS.2021.3054635] Min Wenwen et al., A Novel Sparse Graph-Regularized Singular Value Decomposition Model and Its Application to Genomic Data Analysis, 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages