Title: | Genetic Variability Analysis for Plant Breeding Research |
---|---|
Description: | Performs analysis of various genetic parameters like genotypic and phenotypic coefficient of variance, heritability, genetic advance, genetic advance as a percentage of mean. The package also has functions for genotypic and phenotypic covariance, correlation and path analysis. Dataset has been added to facilitate example. For more information refer Singh, R.K. and Chaudhary, B.D. (1977, ISBN:81766330709788176633079). |
Authors: | Raj Popat [aut, cre], Rumit Patel [aut], Dinesh Parmar [aut] |
Maintainer: | Raj Popat <[email protected]> |
License: | GPL-3 |
Version: | 0.1.0 |
Built: | 2025-01-27 04:54:45 UTC |
Source: | https://github.com/cran/variability |
Analysis of Covariance
ancova(data, genotypes, replication)
ancova(data, genotypes, replication)
data |
traits to be analyzed |
genotypes |
vector containing genotypes |
replication |
vector containing replications |
ANCOVA, genotypic and phenotypic covariance
data(vardata) ancova(vardata[3:11],vardata$Genotypes,vardata$Replication)
data(vardata) ancova(vardata[3:11],vardata$Genotypes,vardata$Replication)
Estimation of Genetic Parameters
gen.var(data, genotypevector, replicationvector)
gen.var(data, genotypevector, replicationvector)
data |
traits to be analyzed |
genotypevector |
vector containing genotypes |
replicationvector |
vector containig replications |
ANOVA, genotypic and phenotypic coefficient of variance, heritability, genetic advance and genetic advance as percentage of mean.
data(vardata) gen.var(vardata[3:11],vardata$Genotypes,vardata$Replication)
data(vardata) gen.var(vardata[3:11],vardata$Genotypes,vardata$Replication)
Genotypic Correlation Analysis
geno.corr(data, genotypes, replication)
geno.corr(data, genotypes, replication)
data |
traits to be analyzed |
genotypes |
vector containing genotypes |
replication |
vector containing replications |
Genotypic correlation matrix
data(vardata) geno.corr(vardata[3:11],vardata$Genotypes,vardata$Replication)
data(vardata) geno.corr(vardata[3:11],vardata$Genotypes,vardata$Replication)
Genotypic Path Analysis
geno.path(dependent.var, independent.var, genotypes, replication)
geno.path(dependent.var, independent.var, genotypes, replication)
dependent.var |
trait to be used a dependent variable |
independent.var |
traits to be used as an indpendent variables |
genotypes |
vector containing genotpes |
replication |
vector containing replications |
Direct effects, indirect effects and residual
data(vardata) # Grain yield is considered as a dependent variable geno.path(vardata[11],vardata[3:10],vardata$Genotypes,vardata$Replication)
data(vardata) # Grain yield is considered as a dependent variable geno.path(vardata[11],vardata[3:10],vardata$Genotypes,vardata$Replication)
Phenotypic Correlation Analysis
pheno.corr(data, genotypes, replication)
pheno.corr(data, genotypes, replication)
data |
traits to be analyzed |
genotypes |
vector containing genotypes |
replication |
vector containing replications |
Phenotypic correlation
data(vardata) pheno.corr(vardata[3:11],vardata$Genotypes,vardata$Replication)
data(vardata) pheno.corr(vardata[3:11],vardata$Genotypes,vardata$Replication)
Phenotypic Path Analysis
pheno.path(dependent.var, independent.var, genotypes, replication)
pheno.path(dependent.var, independent.var, genotypes, replication)
dependent.var |
trait to be considered as a dependent variable |
independent.var |
traits to be connsidered as an independent variables |
genotypes |
vector containing genotypes |
replication |
vector containing replicatons |
Direct effects, indirect effects and residual
data(vardata) pheno.path(vardata[11],vardata[3:10],vardata$Genotypes,vardata$Replication)
data(vardata) pheno.path(vardata[11],vardata[3:10],vardata$Genotypes,vardata$Replication)
The data consists of genotypes, replications and nine traits
vardata
vardata
The data has 11 columns and 120 rows
40 genotypes
3 replications
Days to 50 per cent flowering
Plant height
Panicle length
Panicle weight
Harvest index
Test weight
Milling percentage
Head rice recovery
Grain Yield