Phenotypic_Path_app {TBA}R Documentation

Phenotypic Path

Description

Phenotypic_Path_app() function opens an interactive and user-friendly Shiny application that enables users to perform phenotypic path analysis.

Usage

Phenotypic_Path_app()

Details

The application is designed to perform phenotypic path analysis using experimental data.

Users can upload an Excel file (.xlsx or .xls) containing observations for several genotypes and traits. After uploading the file users should click the "Analyze" button.

The output includes:

The result table can be downloaded in CSV format.

Note: The analysis is based on the Randomized Block Design (RBD).

Value

Opens a user-friendly interactive Shiny application for performing phenotypic path analysis.

Data Format

The uploaded Excel file should be formatted as follows:

Trait names should be concise. Example:

Note: The uploaded file name should not contain spaces. For example, use Sample_Data.xlsx instead of Sample Data.xlsx.

An example Excel file is available for download using the Download Example Data button within the application.

The example dataset includes:

References

Singh, R. K., & Chaudhary, B. D. (1977). Biometrical Methods in Quantitative Genetic Analysis.
Dewey, D. R., & Lu, K. H. (1959). A Correlation and Path-Coefficient Analysis of Components of Crested Wheatgrass Seed Production.Agronomy Journal, 51(9), 515-518.

Examples

if(interactive()) Phenotypic_Path_app()

[Package TBA version 0.1.0 Index]