search for: readcount

Displaying 6 results from an estimated 6 matches for "readcount".

Did you mean: headcount
2012 Jul 09
1
boxplot with "cut"
Dear UseRs, I'm making box plots from a data set that looks like this: Chr Start End GeneDensity ReadCount_Explant ReadCount_Callus ReadCount_Regen 1 1 1 10000 107.82 1.243 1.047 1.496 2 1 10001 20000 202.50 0.835 0.869 0.456 3 1 20001 30000 158.80 1.813 1.529 1.131 4 1 30001 400...
2010 Apr 27
2
Passing values to a function when using apply
Hi All Slightly lost on how should I pass values to a function I am calling using apply. apply( veh_drg_animal1[ , c("readCount","gene_length")] ,1, stats() ) here stats is a custom function where I want to pass two parameters from data frame as shown and a third argument which is constant per instance of apply. stats <- function ( arg1,agr2,agr3) { ## computation using three parameters }
2012 Jul 10
0
Thanks! RE: boxplot with "cut"
...by, at = 0:len*n1 + 1, xlim = c(0, (len + 1)*n1), ylim = range(unlist(x)), xaxt = "n", ...) for(i in seq_len(n)[-1]) boxplot(x[[i]] ~ by, at = 0:len*n1 + i, xaxt = "n", add = TRUE, ...) axis(1, at = 0:len*n1 + n1/2, labels = names(sp), tick = TRUE) } cols <- grep("ReadCount", names(GD)) multi.boxplot(GD[, cols], cut(GD$GeneDensity, breaks=10)) If this is it and you don't like those x-axis tick lables, use as.integer(cut(...etc...)). Hope this helps, Rui Barradas Em 09-07-2012 20:51, Vining, Kelly escreveu: > Dear UseRs, > I'm making box plots f...
2004 Apr 19
3
encoding from 22050Hz source
Hi! I'd like to encode from a 22050 Hz source wav file (only in that case), but i get the following error message: "Invalid floating point operation" I use delphi: vorbis_encode_init_vbr(vi,2,22050,0.5) . . . While (i < readCount div 4) Do Begin buffer[0][i] := smallInt((pArray(@readbuffer)[i shl 2 + 1] shl 8) or pArray(@readbuffer)[i shl 2 + 0]) / 32768; buffer[1][i] := smallInt((pArray(@readbuffer)[i shl 2 + 3] shl 8) or pArray(@readbuffer)[i shl 2 + 2]) / 32768; inc(i); End What could be...
2004 Feb 13
10
Encoding into MONO (delphi)
Hi! I have a problem. I hope, you can help me. I use a Delphi conversion (from Aleksandr Shamray), but it doesn't work when I'd like to convert a *.RAW into a mono *.ogg file. vorbis_encode_init_vbr(vi, 1, 44100, 0.5); //because of the mono the program stops at line: //* uninterleave samples */ . . buffer[1][i] := smallInt((pArray(@readbuffer)[i shl 2 + 3] shl 8) or
2008 May 23
0
Wine release 1.0-rc2
...winefile: Danish translation. uninstaller: Danish translation. wineboot: Danish translation. taskmgr: Danish translation. view: Danish translation. Jeremy White (2): winebrowser: Route default url handlers to /usr/bin/open on Mac OS X. ntdll/tests: Only test the readcount for a read below 0x10000 if the return code indicates a partial copy result. Jonathan Ernst (1): winhelp: Updated French translation. Juan Lang (3): snmpapi: Test and correct SnmpUtilOidNCmp when Oid lengths don't match. snmpapi: Test and correct SnmpUtilOidNCmp when count...