DEP
DEP copied to clipboard
Bug fix in filter_missval()
Fixing bug in filter_missval():
keep$rowname is vector of character strings but should be row index, hence turned to integer.
Error in .SummarizedExperiment.charbound(i, rownames(x), fmt): <SummarizedExperiment>[i,] index out of bounds: 10 100 ... 9998 9999 Traceback:
- DEP::filter_missval(data_se, thr = 1)
- se[keep$rowname, ]
- se[keep$rowname, ]
- .SummarizedExperiment.charbound(i, rownames(x), fmt)
- stop(sprintf(fmt, msg))