View source: R/get_test_bed_table.R
get_test_bed_table | R Documentation |
.bed
tableGet a simple .bed
table,
as can be used in testing.
get_test_bed_table(n_snps = 2)
n_snps |
the number of SNPs, as can be checked by check_n_snps |
a .bed
table
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.
Richèl J.C. Bilderbeek
get_test_bed_table()
check_bed_table(get_test_bed_table())
is_bed_table(get_test_bed_table())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.