R/logTransPheno.R

Defines functions logTransPheno

Documented in logTransPheno

logTransPheno <-
function(pheno)
{
    pheno<-log(pheno)    
    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.