hms-dbmi / scde

R package for analyzing single-cell RNA-seq data
http://pklab.med.harvard.edu/scde
Other
170 stars 64 forks source link

Correction to error in knn.error.models has not yet been added to R package #33

Open scharch opened 7 years ago

scharch commented 7 years ago

In version 2.2.0 of the R package, the parameter save.model.plots to knn.error.models is unused and instead it saves plots only if (length(vic) < length(ids)) {. In R/functions.R (line 1264) this was corrected to if (save.model.plots) { by commit 20c91c9 on January 16th, 2016, but it apparently wasn't incorporated into the R package...