get_test_bed_table: Get a simple '.bed' table

View source: R/get_test_bed_table.R

get_test_bed_tableR Documentation

Get a simple .bed table

Description

Get a simple .bed table, as can be used in testing.

Usage

get_test_bed_table(n_snps = 2)

Arguments

n_snps

the number of SNPs, as can be checked by check_n_snps

Value

a .bed table

Note

The function has the word get in its name, as getting the result is trivial. When getting the result is non-trivial, the word create is used.

Author(s)

Richèl J.C. Bilderbeek

Examples

get_test_bed_table()
check_bed_table(get_test_bed_table())
is_bed_table(get_test_bed_table())

richelbilderbeek/plinkr documentation built on March 25, 2024, 3:18 p.m.