Closed deWitLab closed 4 years ago
If I run ATA with a bed dataset with NAs in there I get the following error message:
Error in if (sum(keep) < 1) { : missing value where TRUE/FALSE needed
Maybe we can do some error handling here.
Just a note; we'd catch ~90% of these cases if we'd put this NA-check in bed2idx().
bed2idx()
It now signals more clearly that there are NAs.
If I run ATA with a bed dataset with NAs in there I get the following error message:
Error in if (sum(keep) < 1) { : missing value where TRUE/FALSE needed
Maybe we can do some error handling here.