Description Usage Arguments Value Examples
This internally called function calculates the zone-based RawQ values. RawQ is a measure of the noise within a given zone on a microarray chip. This noise value is used in the error model contained in the GCS-score algorithm
| 1 | zoneRQ(DT, affyCel, trim)
 | 
| DT |  Internally generated  | 
| affyCel |  The .CEL file data, in  | 
| trim |  The internal setting for the trimmed mean of every probe grouping on the array.  For 3' IVT arrays, the  | 
zoneRQ returns a numeric vector containing zone-based rawQ values for a given array 
| 1 2 3 4 5 | if (length(list.files(path = ".", pattern = "*.CEL")) != 0){
#Example of input, as the function would be called internally:
zoneRQ(DT, affyCel, trim)
}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.