hms-dbmi / scde

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

Potential user errors; recommendations for user-centered design. #5

Open JEFworks opened 9 years ago

JEFworks commented 9 years ago

If column colors are not provided in the app creation (ie. col.cols = NULL), the app still gets created but the heatmaps will not be outputting and throws error:

Error in nrow(results$colcol):1 : argument of length 0

Also in vignette, col.cols is made but never used. Instead we use Pollen's annotations.

JEFworks commented 9 years ago

Update: Addressed in clean.go where annot = TRUE

JEFworks commented 8 years ago