diff --git a/img/khamix_result_data_llgth_example.png b/img/haplotype_association_analysis_data_llgth_example similarity index 100% rename from img/khamix_result_data_llgth_example.png rename to img/haplotype_association_analysis_data_llgth_example diff --git a/img/khamix_haplotype_scan_llgth_example.gif b/img/haplotype_association_analysis_llgth_example.gif similarity index 100% rename from img/khamix_haplotype_scan_llgth_example.gif rename to img/haplotype_association_analysis_llgth_example.gif diff --git a/img/kernelized_haplotype_association_analysis_data_llgth_example b/img/kernelized_haplotype_association_analysis_data_llgth_example new file mode 100644 index 0000000..1f99f2b Binary files /dev/null and b/img/kernelized_haplotype_association_analysis_data_llgth_example differ diff --git a/img/kernelized_haplotype_association_analysis_llgth_example.gif b/img/kernelized_haplotype_association_analysis_llgth_example.gif new file mode 100644 index 0000000..c1ab219 Binary files /dev/null and b/img/kernelized_haplotype_association_analysis_llgth_example.gif differ diff --git a/img/kernelized_single_marker_association_analysis_llgth_example b/img/kernelized_single_marker_association_analysis_llgth_example new file mode 100644 index 0000000..ef276b2 Binary files /dev/null and b/img/kernelized_single_marker_association_analysis_llgth_example differ diff --git a/img/kernelized_single_marker_association_analysis_llgth_example.gif b/img/kernelized_single_marker_association_analysis_llgth_example.gif new file mode 100644 index 0000000..442f8a7 Binary files /dev/null and b/img/kernelized_single_marker_association_analysis_llgth_example.gif differ diff --git a/img/single_marker_association_analysis_llgth_example b/img/single_marker_association_analysis_llgth_example new file mode 100644 index 0000000..73455ce Binary files /dev/null and b/img/single_marker_association_analysis_llgth_example differ diff --git a/img/single_marker_association_analysis_llgth_example.gif b/img/single_marker_association_analysis_llgth_example.gif new file mode 100644 index 0000000..afcfce8 Binary files /dev/null and b/img/single_marker_association_analysis_llgth_example.gif differ diff --git a/readme.html b/readme.html index 671f403..6e5fd9f 100644 --- a/readme.html +++ b/readme.html @@ -398,8 +398,9 @@

🎯 Objective

known as the Gram matrix. \(K\) can be constructed using either the VanRaden (2008) method which represents a linear additive kernel, or a Gaussian kernel which is a non-linear -universal approximator capable of modeling epistatic effects (Jacquin -\(\textit{et al.}\), 2016). +universal approximator capable of modeling additive and epistatic +effects (Jacquin \(\textit{et al.}\), +2016).
  • \(X\), \(Z_h\), and \(Z_u\) represent the design matrices that relate fixed and random effects to the measured phenotypes.
  • \(\varepsilon\) denotes the vector @@ -556,13 +557,32 @@

    💻 Instructions

    -
    -

    Example of results :

    -

    The gif and captured image below show an example of results, for +

    +

    Result examples :

    +

    The gif and captured images below show result examples, for LLGTH using the example dataset, that one might expect with khamix:

    +
    +

    Haplotype association analysis:

    -

    +

    +
    +
    +

    Single-marker association analysis (i.e. GWAS):

    +

    +

    +
    +
    +

    Kernelized haplotype association analysis:

    +

    +

    +
    +
    +

    Kernelized single-marker association analysis (i.e. Kernelized +GWAS):

    +

    +

    +

    References :

    diff --git a/readme.md b/readme.md index 8a2f72d..d424254 100644 --- a/readme.md +++ b/readme.md @@ -16,7 +16,7 @@ where : * $Y$ represents the vector of $n$ measured phenotypes for the analyzed trait. * $\beta$ denotes the vector of fixed effects. * $h$ represents the vector of random effects of haplotypes following a multivariate normal distribution, i.e. $h \sim N_{n_h}(0,H_{\sigma^2_{h}}) $, where $H=I_{n_h}$ is the covariance matrix describing the identity-by-state (IBS) status between haplotypes. - * $u$ denotes the vector of random polygenic effects following a multivariate normal distribution, i.e. $u \sim N_{n}(0,K_{\sigma^2_{K}})$, where $K$ is the genomic covariance matrix also known as the Gram matrix. $K$ can be constructed using either the VanRaden (2008) method which represents a linear additive kernel, or a Gaussian kernel which is a non-linear universal approximator capable of modeling epistatic effects (Jacquin $\textit{et al.}$, 2016). + * $u$ denotes the vector of random polygenic effects following a multivariate normal distribution, i.e. $u \sim N_{n}(0,K_{\sigma^2_{K}})$, where $K$ is the genomic covariance matrix also known as the Gram matrix. $K$ can be constructed using either the VanRaden (2008) method which represents a linear additive kernel, or a Gaussian kernel which is a non-linear universal approximator capable of modeling additive and epistatic effects (Jacquin $\textit{et al.}$, 2016). * $X$, $Z_h$, and $Z_u$ represent the design matrices that relate fixed and random effects to the measured phenotypes. * $\varepsilon$ denotes the vector of residuals.

    @@ -95,13 +95,33 @@ where : * Final note: The ```khamix``` folder can be duplicated multiple times, with each copy renamed, to analyze multiple traits in parallel. For example, folders like ```khamix_LLGTH```, ```khamix_NBL```, ```khamix_TIL```, etc., can be created from the provided data set. -## Example of results : +## Result examples : -The gif and captured image below show an example of results, for ```LLGTH``` using the example dataset, that one might expect with ```khamix```: +The gif and captured images below show result examples, for ```LLGTH``` using the example dataset, that one might expect with ```khamix```: -![](img/khamix_haplotype_scan_llgth_example.gif) +### Haplotype association analysis: -[]() +![](img/haplotype_association_analysis_llgth_example.gif) + +[]() + +### Single-marker association analysis (i.e. GWAS): + +![](img/single_marker_association_analysis_llgth_example.gif) + +[]() + +### Kernelized haplotype association analysis: + +![](img/kernelized_haplotype_association_analysis_llgth_example.gif) + +[]() + +### Kernelized single-marker association analysis (i.e. Kernelized GWAS): + +![](img/kernelized_single_marker_association_analysis_llgth_example.gif) + +[]() ## References :