R/counts.preprocess.R

counts.preprocess <-
function(mat.counts){

	counts<-mat.counts[,5:6]
	pos<-mat.counts[,1:4]
	
	return(list(counts=counts,pos=pos))
}

Try the GCAI.bias package in your browser

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

GCAI.bias documentation built on May 1, 2019, 8:18 p.m.