find_loops_to_fix | R Documentation |
Internal function for finding loops to fix
find_loops_to_fix(links_consensus, case_dates, known_progens, max_cycles = 100)
links_consensus |
consensus links build within build_consensus_links function |
case_dates |
data.table with two columns id_case (id of case) and symptoms_started (date symptoms started of case without uncertainty) |
known_progens |
a numeric vector of case ids for which progenitors are known |
max_cycles |
how many cycles to look for (if lots of date uncertainty you may want to increase this but it will likely slow things down a lot!) |
a numeric vector of case ids for which links should be reassigned
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.