R/rankTransPheno.R

Defines functions rankTransPheno

Documented in rankTransPheno

rankTransPheno <-
function(pheno,para_c)
{
    pheno<-qnorm((rank(pheno)-para_c)/(length(pheno)-2*para_c+1))
    return(pheno)
}

Try the FRGEpistasis package in your browser

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

FRGEpistasis documentation built on Nov. 8, 2020, 5:51 p.m.