is_bed_table | R Documentation |
.bed
table is valid.Determine if a .bed
table is valid.
is_bed_table(bed_table, verbose = FALSE)
bed_table |
a table that maps the SNPs to the individuals,
of which the column names are the names of the individuals,
the row names are the names of the SNPs,
and the values are the SNP variant.
Use get_test_bed_table to get a |
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
TRUE if the table is a valid .bed
table
Richèl J.C. Bilderbeek
use check_bed_table to check if a table
is a valid .bed
table (i.e. stop if it is not)
is_bed_table(get_test_bed_table())
is_bed_table("nonsense")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.