normalize: Normalization of GCS-score values

Description Usage Arguments Value Examples

Description

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

Usage

1
normalize(Score)

Arguments

Score

The unnormalized GCS-score values (grouped and tallied according to the method selection) that are generated in the computeScore function

Value

normalize Returns a numeric vector containing normalized GCS-score values for every probe_id grouping included in the analysis

Examples

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)
}

mfmiles/Sscore2 documentation built on Oct. 1, 2019, 6:04 a.m.