This function creates a shiny application to manage and visualize
pedigree data using the ped_ui()
and ped_server()
functions.
Details
The application is composed of several modules:
Data import
Data column selection
Data download
Family selection
Health selection
Informative selection
Subfamily selection
Plotting pedigree
Family information
Examples
if (interactive()) {
ped_shiny()
}