Learn R Programming

adegenet (version 1.4-2)

Adegenet servers: Web servers for adegenet

Description

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)

Usage

adegenetServer(what=c("DAPC"))

Arguments

what
a character string indicating which server to start; currently accepted values are: "DAPC"

Value

  • The function invisibly returns NULL.

encoding

UTF-8

See Also

dapc

Examples

Run this code
## this opens a web page for DAPC
adegenetServer()

Run the code above in your browser using DataLab