R/AllSupplements.R

Defines functions assignExpression

assignExpression <- function(x, windowSize){
  return(sum(x)/windowSize)
}

Try the transcriptogramer package in your browser

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

transcriptogramer documentation built on Nov. 8, 2020, 8:17 p.m.