calcSF | R Documentation |
This internally called function calculates the scaling factor (SF) values for Affymetrix microarrays, for use in computing GCS-score values
calcSF(diff, probetab, trim, clean.chip)
diff |
The GC-content background corrected probe groupings for every probesetID or transcriptionclusterID on the given array type. This is generated internally by the |
probetab |
The internal datafile that contains the probe groupings and annotations for each array type and method type |
trim |
The internal setting for the trimmed mean of every probe grouping on the array, as used in the calculation of SF. For 3' IVT arrays, the |
clean.chip |
The clean chiptype name, based on the platform design package name. |
calcSF
returns a numeric SF value for a given CEL file
if (length(list.files(path = ".", pattern = "*.CEL")) != 0){ #Example of input, as the function would be called internally: calcSF(diff, probetab, trim, clean.chip) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.