Description Usage Arguments Value Examples
Normalizes the GCS-score values using all scores within 3*SD of the mean. This normalization step occurs after the probes have been tallied and grouped into probe_ids, according to the method (probeset_id for exon-level or transcription_cluster_id for gene-level
1 | normalize(Score)
|
Score |
The unnormalized GCS-score values (grouped and tallied according to the |
normalize
Returns a numeric vector containing normalized GCS-score values for every probe_id grouping 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:
normalize(Score)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.