Adegenet servers | R Documentation |
The function adegenetServer
opens up a web page providing a
simple user interface for some of the functionalities implemented in
adegenet. These servers have been developed using the package
shiny
.
Currently available servers include:
DAPC
: a server for the Discriminant Analysis of
Principal Components (see ?dapc)
adegenetServer(what=c("DAPC"))
what |
a character string indicating which server to start; currently accepted values are: "DAPC" |
The function invisibly returns NULL.
Thibaut Jombart t.jombart@imperial.ac.uk Caitlin Collins
dapc
## Not run: ## this opens a web page for DAPC adegenetServer() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.