Description Usage Arguments Details
View source: R/drop_low_haplo_number.R
drop_low_haplo_number
1 | drop_low_haplo_number(info_df, min_haps)
|
info_df |
expected to be data frame of same structure as info_df built under earlier functions. Expected column names are 'spp_name', 'haplo_number', 'sequence_length', 'sample_size', 'max_step' |
min_haps |
minimum number of haplotypes before user considers data will be uninformative |
Remove populations that, after alignment, have only haplotype count of less than a threshold value.
Find and drop from master list populations that have insufficient numbers of haplotypes to be valuable for further downstream analysis - value set by user.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.