Closed ArtPoon closed 1 year ago
From 9_5_indel_rates.r:
9_5_indel_rates.r
iint <- as.data.frame(rbindlist(iint)) itip <- as.data.frame(rbindlist(itip)) dint <- as.data.frame(rbindlist(dint)) dtip <- as.data.frame(rbindlist(dtip)) iTotal <- iint dTotal <- dint require(data.table) iTotal <- as.data.frame(rbindlist(iTotal)) dTotal <- as.data.frame(rbindlist(dTotal))
Looks like the last two lines that raise this error are redundant.
From
9_5_indel_rates.r
:Looks like the last two lines that raise this error are redundant.