check_genome_file: Checks genome input dataframe for correct form

Description Usage Arguments Value Examples

View source: R/helpers_data_validation_functions.R

Description

This function will lowercase all columns.

Usage

1
check_genome_file(genome, separate = TRUE)

Arguments

genome

Tibble loaded from supplied file.

separate

Return a list with snp name and data? Defaults to TRUE.

Value

A list of the genome data with the snp column renamed snp and the snp name saved as snp_name.

Examples

1
check_genome_file(uploadedGenomeData)

tbilab/meToolkit documentation built on June 23, 2020, 9:55 a.m.