cellity
cellity copied to clipboard
Bug in assess_cell_quality_SVM code
In assess_cell_quality_SVM, line 140:
train_f_not_in <- which((train_f %in% feature_inter) == TRUE)
Should it be FALSE here?