The function first filters individuals in data then include the strata.
Arguments
- data
A tidy dataset object. Documented in
tidy_genome.- strata
(path or object) The strata file or object. Additional documentation is available in
read_strata. Use that function to whitelist/blacklist populations/individuals. Option to setpop.levels/pop.labelsis also available. Default:strata = NULL.- pop.id
(logical) When
pop.id = TRUE, the strata returns the stratification colnamePOP_ID. With the default, ReturnsSTRATA. Default:pop.id = FALSE.- verbose
Logical indicating whether progress messages are emitted. Default:
verbose = TRUE.
Author
Thierry Gosselin thierrygosselin@icloud.com
