search for: qgen

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

Did you mean: gen
2006 May 19
3
Oracle on ZFS vs. UFS
...ill alive 9GB disks each). The first results at home are not very promising for ZFS. I measured: . database creation . catalog integration (catalog + catproc) . tablespace creation . loading data into the database from dbgen with sqlldr I can provide all the scripts (and precompiled binaries for qgen and dbgen (SPARC + x86) if anyone wants to verify my tests. In most of these tests UFS was considerable faster than ZFS. I tested . ZFS with default options . ZFS with compression enabled . ZFS without checksums . UFS (newfs: -f 8192 -i 2097152; tunefs: -e 6144; mount: nologging) Below the (pre...
2010 Aug 25
1
Documenting S4 Methods
I'm in the process of converting some S3 methods to S4 methods. I have this function : setGeneric("enrichmentCalc", function(rs, organism, seqLen, ...){standardGeneric("enrichmentCalc")}) setMethod("enrichmentCalc", c("GenomeDataList", "BSgenome"), function(rs, organism, seqLen, ...) { ... ... ... })