Nothing
predNuCpos <- function(file, inseq, species = "mm",
smoothHBA = FALSE, std = FALSE, ActLikePredNuPoP = FALSE){
if(ActLikePredNuPoP == FALSE){
results <- predNuCposInternal(inseq, species = species,
smoothHBA = smoothHBA, std = std)
return(results)
}
if(ActLikePredNuPoP == TRUE){
predNuCposActLikePredNuPoP(file, species = species,
smoothHBA = smoothHBA, std = std)
}
}
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.