is_coherent: Check inner coherence of GWAS dataset

View source: R/utils.R

is_coherentR 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)

hclimente/martini documentation built on Feb. 26, 2024, 6:23 p.m.