mismatch | R Documentation |
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
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
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.