R/MeanDiff.R

Defines functions `MeanDiff`

`MeanDiff` <-
function(x,y) {
isomean <- Isomean (x,y)
meandif <- isomean[,ncol(isomean)]-isomean[,1]
return (meandif)
}

Try the IsoGeneGUI package in your browser

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

IsoGeneGUI documentation built on May 2, 2019, 4:49 p.m.