Marker and Subject measures rgQC.py -i '$input_file.extra_files_path/$input_file.metadata.base_name' -o "$out_prefix" -s '$html_file' -p '$html_file.files_path' .. class:: infomark **Summary** This tool prepares an extensive and comprehensive series of reports for quality control checking of SNP genotypes from any arbitrary genotyping experiment. Designed for family based data, so includes optional reports on Mendelian errors by subject and by marker. The outputs include histograms and boxplots for missingness, maf, mendel counts and hwe by marker, and the ones that make sense by subject. The report is built as a single web page containing links to the summary marker and subject files. The F (inbreeding) statistic is calculated using a somewhat LD independent group of genotypes The Plink used is --indep-pairwise 40 20 0.5 until we make it configurable. High heterozygosity might mean contaminated sample - more than one DNA. Low heterozygosity might mean inbreeding as in strains of mice. If the data file you want is missing from the option list above, you will first need to "import" it so it will be available here. Files available in the system library can be imported by selecting and completing the "Import ped/map" choice from the Get Data tool group at the top of the Galaxy menu. Your system administrator will be responsible for adding files to the system library. ----- .. class:: infomark **Syntax** - **Genotype file** is the input pedfile - - **Prefix** is a string used to name all of the outputs ----- **Attribution** This Galaxy tool was written by Ross Lazarus for the Rgenetics project The current version uses Plink for most calculations and R for plotting - for full Plink attribution, source code and documentation, please see http://pngu.mgh.harvard.edu/~purcell/plink/ while R attribution and source code can be found at http://r-project.org Shaun Purcell provides the documentation you need specific to those settings, at http://pngu.mgh.harvard.edu/~purcell/plink/anal.shtml#glm Tool and Galaxy datatypes originally designed and written for the Rgenetics series of whole genome scale statistical genetics tools by ross lazarus (ross.lazarus@gmail.com) Shaun Purcell created and maintains Plink, while a cast of many maintain R. Please acknowledge your use of this tool, Galaxy, R and Plink in your publications and let us know so we can keep track. These tools all rely on highly competitive grant funding so your letting us know about publications is important to our ongoing support.