Closed sathishksrinivasan closed 9 years ago
Those occur when computing the correlation profiles, when vectors have zero variance (e.g. stretch of zeros). You can safely ignore them, the warnings will not affect your results. The warnings will be suppressed in the next update.
Thanks
On 25 Mar 2015, at 20:00, sathishksrinivasan notifications@github.com wrote:
I am getting plenty of warning messages while running gitter.demo() command. Please see below. Sathish
gitter.demo() Processing sample.jpg ... |======================================================================================| 100%
gitter v1.0.3 data file
Function call: gitter(image.file = f, verbose = "p") Elapsed time: 5.63 secs Plate format: 32 x 48 (1536) Colony size statistics: Min. 1st Qu. Median Mean 3rd Qu. Max. 0.0 196.8 303.0 262.7 356.0 670.0 Dat file (first 6 rows): row col size circularity flags 1 1 1 357 0.5387 C 2 1 2 160 0.8029
3 1 3 393 0.8130
4 1 4 378 0.4710 C 5 1 5 261 0.1836 C 6 1 6 389 0.1588 S,C Plate warnings: high count of small colony sizes, high count of low colony circularity There were 50 or more warnings (use warnings() to see the first 50)
warnings() Warning messages: 1: In cor(ref, z, method = "spearman") : the standard deviation is zero 2: In cor(ref, z, method = "spearman") : the standard deviation is zero 3: In cor(ref, z, method = "spearman") : the standard deviation is zero 4: In cor(ref, z, method = "spearman") : the standard deviation is zero 5: In cor(ref, z, method = "spearman") : the standard deviation is zero 6: In cor(ref, z, method = "spearman") : the standard deviation is zero 7: In cor(ref, z, method = "spearman") : the standard deviation is zero 8: In cor(ref, z, method = "spearman") : the standard deviation is zero 9: In cor(ref, z, method = "spearman") : the standard deviation is zero 10: In cor(ref, z, method = "spearman") : the standard deviation is zero 11: In cor(ref, z, method = "spearman") : the standard deviation is zero 12: In cor(ref, z, method = "spearman") : the standard deviation is zero 13: In cor(ref, z, method = "spearman") : the standard deviation is zero 14: In cor(ref, z, method = "spearman") : the standard deviation is zero 15: In cor(ref, z, method = "spearman") : the standard deviation is zero 16: In cor(ref, z, method = "spearman") : the standard deviation is zero 17: In cor(ref, z, method = "spearman") : the standard deviation is zero 18: In cor(ref, z, method = "spearman") : the standard deviation is zero 19: In cor(ref, z, method = "spearman") : the standard deviation is zero 20: In cor(ref, z, method = "spearman") : the standard deviation is zero 21: In cor(ref, z, method = "spearman") : the standard deviation is zero 22: In cor(ref, z, method = "spearman") : the standard deviation is zero 23: In cor(ref, z, method = "spearman") : the standard deviation is zero 24: In cor(ref, z, method = "spearman") : the standard deviation is zero 25: In cor(ref, z, method = "spearman") : the standard deviation is zero 26: In cor(ref, z, method = "spearman") : the standard deviation is zero 27: In cor(ref, z, method = "spearman") : the standard deviation is zero 28: In cor(ref, z, method = "spearman") : the standard deviation is zero 29: In cor(ref, z, method = "spearman") : the standard deviation is zero 30: In cor(ref, z, method = "spearman") : the standard deviation is zero 31: In cor(ref, z, method = "spearman") : the standard deviation is zero 32: In cor(ref, z, method = "spearman") : the standard deviation is zero 33: In cor(ref, z, method = "spearman") : the standard deviation is zero 34: In cor(ref, z, method = "spearman") : the standard deviation is zero 35: In cor(ref, z, method = "spearman") : the standard deviation is zero 36: In cor(ref, z, method = "spearman") : the standard deviation is zero 37: In cor(ref, z, method = "spearman") : the standard deviation is zero 38: In cor(ref, z, method = "spearman") : the standard deviation is zero 39: In cor(ref, z, method = "spearman") : the standard deviation is zero 40: In cor(ref, z, method = "spearman") : the standard deviation is zero 41: In cor(ref, z, method = "spearman") : the standard deviation is zero 42: In cor(ref, z, method = "spearman") : the standard deviation is zero 43: In cor(ref, z, method = "spearman") : the standard deviation is zero 44: In cor(ref, z, method = "spearman") : the standard deviation is zero 45: In cor(ref, z, method = "spearman") : the standard deviation is zero 46: In cor(ref, z, method = "spearman") : the standard deviation is zero 47: In cor(ref, z, method = "spearman") : the standard deviation is zero 48: In cor(ref, z, method = "spearman") : the standard deviation is zero 49: In cor(ref, z, method = "spearman") : the standard deviation is zero 50: In cor(ref, z, method = "spearman") : the standard deviation is zero
— Reply to this email directly or view it on GitHub https://github.com/omarwagih/gitter/issues/2.
Thanks for the answer.
I am getting plenty of warning messages while running gitter.demo() command. Please see below. Sathish