inference_vertical_transmission <-
function(mu,name,index,sequences){
host_tree <- NULL
eig_val <- NULL
eig_vect <- NULL
ivp <- NULL
propinv <- NULL
load(paste("data/data_model_",name,"_",index,".RData",sep=""))
n=nrow(sequences)
N=ncol(sequences)
fit <- LL_tree(mu,host_tree,sequences,n,N,eig_val, eig_vect, ivp, propinv)
return(fit)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.