R/security.r

"security"<-function(){
   if (length(txt4)==1 & length(txt1)==1 & length(txt2)==1) tkmessageBox(message="Error. Please, load before at least 2 databases")
   if (length(txt4)==1 & length(txt1)==1 & length(txt2)==1) stop()
   if (length(txt4)==1 & length(txt1)==1 & length(txt3)==1) tkmessageBox(message="Error. Please, load before at least 2 databases")
   if (length(txt4)==1 & length(txt1)==1 & length(txt3)==1) stop()
   if (length(txt4)==1 & length(txt3)==1 & length(txt2)==1) tkmessageBox(message="Error. Please, load before at least 2 databases")
   if (length(txt4)==1 & length(txt3)==1 & length(txt2)==1) stop()
   }

Try the OligoSpecificitySystem package in your browser

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

OligoSpecificitySystem documentation built on May 1, 2019, 10:53 p.m.