# HG changeset patch # User gregory-minevich # Date 1340654949 14400 # Node ID 58a3878549ef84b35f11051b2db84a6a702c9bcf # Parent 9a760d9862685fc25bf6e395a524a94eccb5603f Uploaded diff -r 9a760d986268 -r 58a3878549ef EMS_VariantDensityMapping.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/EMS_VariantDensityMapping.xml Mon Jun 25 16:09:09 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 Park, Richard J. Poole, Daniel Blankenberg, Anton Nekrutenko, and Oliver Hobert. CloudMap: A Cloud-based Pipeline for Analysis of Mutant Genome Sequences. (2012 In Preparation)`__ + + .. __: http://biochemistry.hs.columbia.edu/labs/hobert/literature.html + +CloudMap workflows, shared histories and reference datasets are available at the `CloudMap Galaxy page`__ + + .. __: https://test.g2.bx.psu.edu/u/gal40/p/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 Park, Richard J. Poole, Daniel Blankenberg, Anton Nekrutenko, and Oliver Hobert. CloudMap: A Cloud-based Pipeline for Analysis of Mutant Genome Sequences. (2012 In Preparation)`__ + + .. __: http://biochemistry.hs.columbia.edu/labs/hobert/literature.html + +Correspondence to gm2123@columbia.edu (G.M.) or or38@columbia.edu (O.H.) + + +