R/thresholdFingerprint.R

Defines functions thresholdFingerprint

Documented in thresholdFingerprint

thresholdFingerprint <-
function(SCE, platform){
    #  data(platform.thresholds)
    # apply threshold
    thresholdTable<-platform.thresholds[[platform]]
    SCE.threshold<-(SCE>thresholdTable[,"high"]) - (SCE<thresholdTable[,"low"])
    return(SCE.threshold)
}

Try the pathprint package in your browser

Any scripts or data that you put into this service are public.

pathprint documentation built on April 28, 2020, 7:54 p.m.