# HG changeset patch # User gregory-minevich # Date 1349727516 14400 # Node ID 5cc9b35b5a52b8a3478cc583db8ac947dfa3a29e # Parent 27b739051d72df1496e2453c49f4b9af43f99aa7 Uploaded diff -r 27b739051d72 -r 5cc9b35b5a52 EMS_VariantDensityMapping.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/EMS_VariantDensityMapping.xml Mon Oct 08 16:18:36 2012 -0400 @@ -0,0 +1,84 @@ + + Map a mutation by linkage to regions of high mutation density using WGS data + EMS_VariantDensityMapping.py --snp_vcf "$snp_vcf" --ylim "$ylim" --hist_color "$hist_color" --standardize "$standardize" --ems "$ems" --output "$output" + + + + + + + + + + + + sys + optparse + csv + re + decimal + rpy + + + + + + +**What it does:** + +This tool is part of the CloudMap pipeline for analysis of mutant genome sequences. For further details, please see `Gregory Minevich, Danny S. Park, Daniel Blankenberg, Richard J. Poole, and Oliver Hobert. CloudMap: A Cloud-based Pipeline for Analysis of Mutant Genome Sequences. (Genetics 2012 In Press)`__ + + .. __: http://biochemistry.hs.columbia.edu/labs/hobert/literature.html + +CloudMap workflows, shared histories and reference datasets are available at the `CloudMap Galaxy page`__ + + .. __: http://usegalaxy.org/cloudmap + +Following the approach detailed in Zuryn et al., Genetics 2010, this tool plots histograms of variant density in a mutant C.elegans strain that has been backcrossed to its (pre-mutagenesis) starting strain. Common (i.e. non-phenotype causing) variants present in multiple WGS strains **with the same background** should first be subtracted using the GATK tool *Select Variants*. + +Sample output where LG III shows linkage to the causal mutation is shown below. In this example, common variants from another strain have been subtracted and remaining variants have been filtered for most common EMS-induced mutations i.e. G/C --> A/T): + +.. image:: http://biochemistry.hs.columbia.edu/labs/hobert/CloudMap/EMS_Variant_Density_750px.png + + + + + +The experimental approach is detailed in Figure 1a from Zuryn et al., Genetics 2010: + +.. image:: http://biochemistry.hs.columbia.edu/labs/hobert/CloudMap/Zuryn_2010_Genetics_Fig1a.pdf + + +Subtracting common (non-phenotype causing) variants from more whole genome sequenced strains (using GATK Tools *Select Variants*) will result in less noise and a tighter mapping region. Additional backcrosses will also result in a smaller mapping region. + +------ + +**Settings:** + +.. class:: infomark + +Supported colors for data points and loess regression line: + +http://www.stat.columbia.edu/~tzheng/files/Rcolor.pdf + +http://research.stowers-institute.org/efg/R/Color/Chart/ColorChart.pdf + + + + +.. class:: warningmark + +This tool requires that the statistical programming environment R has been installed on the system hosting Galaxy (http://www.r-project.org/). If you are accessing this tool on Galaxy via the Cloud, this does not apply to you. + +------ + +**Citation:** + +This tool is part of the CloudMap package from the Hobert Lab. If you use this tool, please cite `Gregory Minevich, Danny S. Park, Daniel Blankenberg, Richard J. Poole, and Oliver Hobert. CloudMap: A Cloud-based Pipeline for Analysis of Mutant Genome Sequences. (Genetics 2012 In Press)`__ + + .. __: http://biochemistry.hs.columbia.edu/labs/hobert/literature.html + +Correspondence to gm2123@columbia.edu (G.M.) or or38@columbia.edu (O.H.) + + +