gt_as_genind | R Documentation |
gen_tibble
to a genind
object from adegenet
This function converts a gen_tibble
to a genind
object from adegenet
gt_as_genind(x)
x |
a |
a genind
object
example_gt <- load_example_gt("gen_tbl")
# Convert to genind
gt_genind <- example_gt %>% gt_as_genind()
# Check object class
class(gt_genind)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.