get_laplacian {martini}R Documentation

Compute Laplacian matrix

Description

Compute Laplacian matrix

Usage

get_laplacian(gwas, net)

Arguments

gwas

A SnpMatrix object with the GWAS information.

net

An igraph network that connects the SNPs.

Value

A Laplacian matrix.


[Package martini version 1.12.0 Index]