search for: cytometer

Displaying 2 results from an estimated 2 matches for "cytometer".

2005 Feb 19
2
Warnings by functions mean(), median()
Hello, following functions doesnt work correct with my data: median(), geo.mean(). My datafiles contain more than 10.000 lines and six columns from a flow-cytometer-measurment. I need the arithmetic and geometric mean and median. For the calculation of the geometric mean i wrote following function: fix(geo.mean) function(x) { n<-length(x) gm<-prod(x)^(1/n) return(gm) } The function median() error tells...
2003 Aug 29
2
RSync hangs up on file transfer
...and differ just in their pathes. Actually this last call sometimes hangs up. This means RSync does not terminate with error nor does it without error. The RSync process is still 'running' but there is no file transport anymore. Within the logfile it shows up at one last line like this: cytometer/C12883-98/fisher/C12883-98_FEU_0073_0000_063x_MASK.tif 1247804 100% 1.29MB/s 0:00:00 The file and directory within which this happens differs from time to time. Depending on the number of files that need to be transfered (about 300k files on that partition and about 90k files to be syn...