Skip to contents

Computes the length (in bp) of each chromosome as the maximum position of chromosomes on the chromosome.

Usage

.compute_chrom_length_markers(x)

Arguments

x

Either a GWAS_data or CUSTOM_data object.

Value

A tibble with two columns: chromosome (chromosome name) and length (chromosome length in base pair).