Ignore:
Timestamp:
Jun 10, 2009, 12:09:36 AM (14 years ago)
Author:
Jari Häkkinen
Message:

Addresses #113. The Pvalue calculation is in place. Need to figure details of std and average calculations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/base2/net.sf.basedb.illumina/trunk/README_PluginDetails

    r1113 r1114  
    5555current bioassay set.
    5656
     57Whole genome beadchips:
     58
    5759For all signals `i` calculate the detection P-value as
    58 `Pvalue = 1-i/N` where `i` is the rank of the signal relative to
    59 the negative controls and `N` is the number of negative controls.
     60`Pvalue = 1-i/N` where `R` is the rank of the signal i relative to the
     61negative controls and `N` is the number of negative controls.
     62
     63Others (DASL, miRNA, VeraCode DASL, and Focused Arrays):
     64
     65For all signals `i` calculate the detection P-value as
     66`Pvalue = 1/2 - erf( [i-AvgControl]/StdControl/sqrt(2) )` where
     67`AvgControl` is the average intensity of the negative controls,
     68`StdControl` is the standard deviation of the ... (to be defined and
     69implemented accordingly), and `erf` is the error function
     70(http://mathworld.wolfram.com/Erf.html). The error function is used
     71for arguments witin the range (-4,4). To save CPU cycles, the function
     72value for arguments outside this range is set to -1 and 1,
     73respectively.
    6074
    6175
Note: See TracChangeset for help on using the changeset viewer.