Description Usage Arguments Details Value Examples
This internally called function calculates the background correction for each probe based on the median intensity of all background probes with the same GC-content of as the target probe in question
1 | mismatch(probes, bgp, intensity)
|
probes |
probe indicies for target probes. Each probe index contains the gc-content of the probe |
bgp |
contains probe location (indicies), GC-content, and annotations of the background probes of a given chip type. For WT-type arrays, the |
intensity |
The intensities value of the |
This internally called function calculates the probe background correction based on the median intensity of all background probes with the same gc-content of as the target probe in question
mismatch
returns a numeric vector containing the gc-content based background correction for every probe included in the analysis
1 2 3 4 5 | if (length(list.files(path = ".", pattern = "*.CEL")) != 0){
#Example of input, as the function would be called internally:
mismatch(probes, bgp, intensity)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.