Description Usage Arguments Details
View source: R/drop_low_sequence_length.R
drop_low_sequence_length
1 | drop_low_sequence_length(info_df, min_length)
|
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_length |
minimum length of sequence before user considers data will be uninformative |
Remove populations that, after alignment, only have sequence data of length less than a threshold value.
Find and drop from master list populations that have insufficient bp 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.