read_LD {crosshap}R Documentation

Read LD correlation matrix to tibble

Description

If your correlation matrix does not have rownames and column names, a VCF will need to be provided so it can be added with read_LD().

Usage

read_LD(LDin, vcf = NULL)

Arguments

LDin

Square correlation matrix

vcf

VCF object created by read_vcf() that can be used to assign column names

Value

A tibble.


[Package crosshap version 1.4.0 Index]