Nothing
biexponentialTransformWrapper<-function(transformationId,pars=pars){
t<-new("transform",.Data=function(x){
a<-pars[1];
b<-pars[2];
c<-pars[3];
d<-pars[4]
w<-pars[6]
f<-pars[5]
x<-.Call("_flowCore_biexponential_transform",x,a=a,b=b,c=c,d=d,f=f,w=w,tol=.Machine$double.eps^0.25,maxit=as.integer(5000),PACKAGE="flowCore")
});
t@transformationId=transformationId;
t
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.