Description Usage Arguments Details
View source: R/drop_low_sample_size.R
drop_low_sample_size
1 | drop_low_sample_size(info_df, min_sample)
|
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_sample |
minimum number of haplotypes before user considers data will be uninformative |
Remove populations that have a sample size 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.