R/utility.R

Defines functions .cdfName2AnnPkg

#  UTILITY FUNCTIONS

.cdfName2AnnPkg <- function(x)
#	Construct probe annotation package names from cdfName
#	Gordon Smyth
#	Created 10 April 2020
{
	paste0(x,".db")
}

Try the affylmGUI package in your browser

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

affylmGUI documentation built on Nov. 8, 2020, 11 p.m.