R/computeMPdiffs.R

Defines functions computeMPdiffs

computeMPdiffs <- function(xV, xT){
  ## Determine the difference in melting points estimated for Vehicle and 
  ## Treatment group for each protein.
  mpDiffs <- xT - xV
  return(mpDiffs)
}

Try the TPP package in your browser

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

TPP documentation built on Nov. 8, 2020, 5:55 p.m.