get_adjacency {martini}R Documentation

Compute Laplacian matrix

Description

Compute Laplacian matrix

Usage

get_adjacency(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.14.0 Index]