RGLab / flowStats

flowStats: algorithms for flow cytometry data analysis using BioConductor tools
15 stars 10 forks source link

warpSet: check grouping suggestion #13

Closed SamGG closed 7 years ago

SamGG commented 9 years ago

I think grouping could be checked at the beginning of the function. This would avoid getting error after some computation started.

Lines 657-659 if(!is.null(grouping)){ if(!grouping %in% names(pData(x))) stop("'", grouping, "' is not a phenoData variable.") could be placed around line 593.

Best.