From 0197d825542069f398cacda11a040865fb706a7b Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 17 Dec 2019 13:45:46 -0600 Subject: Changed some text for mapping options related to MAF --- wqflask/wqflask/templates/loading.html | 4 ++-- wqflask/wqflask/templates/show_trait_mapping_tools.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wqflask/wqflask/templates/loading.html b/wqflask/wqflask/templates/loading.html index 4c30664b..bc614e01 100644 --- a/wqflask/wqflask/templates/loading.html +++ b/wqflask/wqflask/templates/loading.html @@ -13,13 +13,13 @@
n = {{ start_vars.num_vals }}
- Method = {{ start_vars.method }} + Method = {% if start_vars.method == "gemma" %}GEMMA{% else %}{{ start_vars.method }}{% endif %}
{% if start_vars.transform != "" %} transform = {{ start_vars.transform }}
{% endif %} - MAF = {{ start_vars.maf }} + MAF >= {{ start_vars.maf }} {% else %}

Loading {{ start_vars.tool_used }} Results...

{% endif %} diff --git a/wqflask/wqflask/templates/show_trait_mapping_tools.html b/wqflask/wqflask/templates/show_trait_mapping_tools.html index 3af9790e..009cc67d 100644 --- a/wqflask/wqflask/templates/show_trait_mapping_tools.html +++ b/wqflask/wqflask/templates/show_trait_mapping_tools.html @@ -57,7 +57,7 @@ {% endif %}
- +
@@ -358,10 +358,10 @@
GEMMA
-
Maps traits with correction for kinship among samples using a linear mixed model method, and also allows users to fit multiple covariates such as sex, age, treatment, and genetic markers (PMID: 2453419, and GitHub code). GEMMA incorporates the Leave One Chromosome Out (LOCO) method to ensure that the correction for kinship does not remove useful genetic variance near each marker. Genotypes can be filtered to omit those markers with low minor allele frequencies (MAF of 0.05 is the default).
+
Maps traits with correction for kinship among samples using a linear mixed model method, and also allows users to fit multiple covariates such as sex, age, treatment, and genetic markers (PMID: 2453419, and GitHub code). GEMMA incorporates the Leave One Chromosome Out (LOCO) method to ensure that the correction for kinship does not remove useful genetic variance near each marker. Markers can be filtered to include only those with minor allele frequencies (MAF) above a threshold. The default MAF is 0.05.
{% if dataset.group.mapping_id == "1" %}
R/qtl
-
Major upgrade of R/qtl that supports most experimental populations including those with complex admixture and two or more parental lines as well as large omic data sets (PMID: 30591514). Both R/qtl and R/qtl2 are available as a stand-alone R packages (R suite).
+
Major upgrade of R/qtl that supports most experimental populations including those with complex admixture and two or more parental lines as well as large omic data sets (PMID: 30591514). Both R/qtl and R/qtl2 are available as stand-alone R packages (R suite).
Haley-Knott Regression
Fast mapping linear mapping method (PMID 16718932) works well with F2 intercrosses and backcrosses, but that is not recommended for complex or admixed populations (e.g., GWAS or heterogeneous stock studies) or for advanced intercrosses, recombinant inbred families, or diallel crosses. Interactive plots in GeneNetwork have relied on the fast HK mapping for two decades and we still use this method for mapping omics data sets and computing genome-wide permutation threshold (QTL Reaper code).
{% endif %} -- cgit v1.2.3