show_loci | R Documentation |
gen_tibble
Extract and set the information on loci from a gen_tibble
.
show_loci(.x, ...)
## S3 method for class 'tbl_df'
show_loci(.x, ...)
## S3 method for class 'vctrs_bigSNP'
show_loci(.x, ...)
show_loci(.x) <- value
## S3 replacement method for class 'tbl_df'
show_loci(.x) <- value
## S3 replacement method for class 'vctrs_bigSNP'
show_loci(.x) <- value
.x |
a vector of class |
... |
currently unused. |
value |
a data.frame or tibble of loci information to replace the current one. |
a tibble::tibble
of information (see gen_tibble
for details
on compulsory columns that will always be present)
example_gt <- load_example_gt("gen_tbl")
example_gt %>% show_loci()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.