R/simplenormalize.R

Defines functions simplenormalize

simplenormalize <- function(Y){
     Y.norm = Y/rowSums(Y)
     return(Y.norm)
}

Try the TOAST package in your browser

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

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