Giter Site home page Giter Site logo

inl's Introduction

R package for "Integrative Network Learning for Multi-modaility Biomarker Data"

Study Status: Results Available

The biomarker networks measured by different modalities of data (e.g., structural magnetic resonance imaging (sMRI), diffusion tensor imaging (DTI)) may share the same true underlying biological model. In this work, we propose a node-wise biomarker graphical model to leverage the shared mechanism between multi-modality data to provide a more reliable estimation of the target modality network and account for the heterogeneity in networks due to differences between subjects and networks of external modality. Latent variables are introduced to represent the shared unobserved biological network and the information from the external modality is incorporated to model the distribution of the underlying biological network. An approximation approach is used to calculate the posterior expectations of latent variables to reduce time.

  • Title: Integrative Network Learning for Multi-modaility Biomarker Data

  • Authors: Shanghong Xiea ([email protected]), Donglin Zengb, and Yuanjia Wanga

  • Affiliations:

      1. Department of Biostatistics, Mailman School of Public Health, Columbia University, New York
      1. Department of Biostatistics, University of North Carolina, Chapel Hill, North Carolina
  • Manuscript: Xie S, Zeng D and Wang Y (2021). Integrative Network Learning for Multi-modaility Biomarker Data. Annals of Applied Statistics 15(1), 64-87.

Setup Requirements

  • R
  • Install Rcpp and RcppEigen packages

Code Instructions

The code for the proposed methodology is included in Code folder. Please download all the files in the folder to implement the method.

To implement the proposed method with approximated posterior expectation of latent variables, source the following files

sourceCpp('~/INLApproxC.cpp')

source('~/INLApproxRcode.R')

source('~/INLApproxHardThrRcode.R')

To implement the proposed method with exact calculation of posterior expectation of latent variables, source the following files

sourceCpp('~/INLDirectC.cpp')

source('~/INLDirectRcode.R')

source('~/INLDirectHardThrRcode.R')

Main functions

  • INLApproxRcode: estimate network without pruning, the posterior expectations of latent variables are calculated by the approximated approach. It requires sourceCpp('~/INLApproxC.cpp').

  • INLApproxHardThrRcode.R: hard thresholding the estimated network from INLApproxRcode output based on EBIC.

  • INLDirectRcode.R: estimate network without pruning, the posterior expectations of latent variables are calculated by direct calculation. It requires sourceCpp('~/INLDirectC.cpp').

  • INLDirectHardThrRcode.R: hard thresholding the estimated network from INLDirectRcode output based on EBIC.

Examples

Viegnette.R provides an example to implement the methods using the simulated data.

inl's People

Contributors

shanghongxie avatar

Watchers

Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.