View source: R/select_haplotype.R
select_haplotype | R Documentation |
The function selects a provided list individual from the input population.
select_haplotype(pop,haplotypes_ids)
pop |
Required: an input haplotype object |
haplotypes_ids |
Required: a list or indices of individuals to be selected |
A haplotype object of the selected individuals
haplotype_sub1 = select_haplotype(haplotype1,c("pop1_107","pop1_167","pop1_252","pop1_288","pop1_311"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.