Nothing
# Kuncheva demo
# Assuming 50 metabolites were measured
# But only 10 were found significant
# For demonstration purposes only!!!
some.numbers <- seq(20)
# Metabolites identified from one run
v1 <- paste("Metabolite", sample(some.numbers, 10), sep="_")
# Metabolites identifed from second run
v2 <- paste("Metabolite", sample(some.numbers, 10), sep="_")
kuncheva(v1, v2, 50)
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.