Function to load genotyping data from a file

load_genotyping_file(file, use = NULL, cn_data = NULL)

Arguments

file

Input file

use

Optional vector of mutation ids to use.

cn_data

Either a Genomic Ranges object containing cn and mm metadata columns or a data.frame with a id, cn and mm column.

Value

A tibble containing the genotyping data.