You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in compute_LR_stats(EBV_partial = ebv.tmp[, c("AID", "sol_part")], :
Not all IDs provided in 'val_groupIDs' were sub-set from the 'EBV_partial' and 'EBV_whole' data.frames. Make sure to provide in 'val_groupIDs' args only IDs that exist in data.frames 'EBV_partial' and 'EBV_whole'
Funny enough, the script gets stuck with no error message if bootstrap == T.
Two observations: 1) is.data.frame returns T on a data.table obj. this should be further improved as a check. 2) why bootstrap = F gives different error? confirm that some checks are not bypassed when bootstrap = F.
The text was updated successfully, but these errors were encountered:
Script: https://github.com/bonifazi/TuttiFrutti/blob/main/compute_LR_stats.R
if EBV partial and EBV whole are data.table the script returns:
Funny enough, the script gets stuck with no error message if bootstrap == T.
Two observations: 1) is.data.frame returns T on a data.table obj. this should be further improved as a check. 2) why bootstrap = F gives different error? confirm that some checks are not bypassed when bootstrap = F.
The text was updated successfully, but these errors were encountered: