Nothing
requireNamespace("seqinr","kaos")
CGR <- function(data){
A=function(data){
sequence <-unlist(strsplit(data,""))
sequence.cgr = kaos::cgr(sequence,res = 100)
rplot_cgr <- kaos::cgr.plot(sequence.cgr, mode = "points")
cgrvector=kaos::vectorize(sequence.cgr)
result=list(sequencecgr=sequence.cgr,allplots=rplot_cgr, output_of_cgr_vector=cgrvector)
return(result)
}
B=lapply(data,A)
return(B)
}
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.