is_coherent {martini}R Documentation

Check inner coherence of GWAS dataset

Description

Checks that the different data structures have the SNPs in the same order.

Usage

is_coherent(gwas)

Arguments

gwas

A SnpMatrix object with the GWAS information.

Value

TRUE if the GWAS dataset is coherent. Else, raises an error.

Examples

martini:::is_coherent(minigwas)

[Package martini version 1.13.0 Index]