sim_find_tn | R Documentation |
This function find sthe number of true negatives by finding the gametes for which both truth and prediction say there are no recombination breakpoints (NA in start and stop columns)
sim_find_tn(truth_dt_na, pred_dt_na)
truth_dt_na |
a data table for the truth or generated data in which the |
pred_dt_na |
a data table for the predicted data from rhapsodi in which the |
tn an integer, the number of true negatives
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.