read_LD: Read LD correlation matrix to tibble

View source: R/utils.R

read_LDR 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.


crosshap documentation built on May 29, 2024, 1:13 a.m.