R/NormTransformation.R

Defines functions NormTransformation

Documented in NormTransformation

NormTransformation <-
function(data)
{  
data.normal=2*sqrt(data+0.25)
}

Try the ChIPtest package in your browser

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

ChIPtest documentation built on May 2, 2019, 3:37 p.m.