get_positions_to_search | R Documentation |
get_positions_to_search
get_positions_to_search
is used to identify all the positions
to loop through, used by branch_and_search
and find_optimised_snps
get_positions_to_search(seqc_len, excluded_pos, traversed, bp)
seqc_len |
length of the matrix |
excluded_pos |
vector of excluded positions |
traversed |
vector of positions that is previously selected |
bp |
BiocParallel backend |
Will return a list of positions to search through
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.