R/getTD4Affy.R

Defines functions getTD4Affy

Documented in getTD4Affy

getTD4Affy<-function(genenames,cdfname,isMap=FALSE){
	tmp<-paste("https://www.affymetrix.com/analysis/netaffx/",if(isMap) "mapping",
		"fullrecord.affx?pk=",cdfname,":",genenames,sep="")
	td<-paste("<TD><A HREF=\"",tmp,"\">",genenames,"</A></TD>",sep="")
	td
}

Try the siggenes package in your browser

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

siggenes documentation built on Nov. 8, 2020, 6:26 p.m.