Tassel 5 Variance Component Annotation Pipeline (VCAP)

Slides:



Advertisements
Similar presentations
Introduction to S-Plus by Francesco Ferretti Analysis of Biological Data Course Winter term 2007 Dalhousie University.
Advertisements

Max Perez Leon Quinoso Brian Fried StatLab. Create a folder named IntroStata in the desktop. Lets put all files in that folder Very simple. We can use.
Stata and logit recap. Topics Introduction to Stata – Files / directories – Stata syntax – Useful commands / functions Logistic regression analysis with.
Adding a Crystal Report to M3 This presentation will assist you in adding a custom Crystal report into Millennium 3.
GBS & GWAS using the iPlant Discovery Environment
Basics of R, Ch  Functions  Help  Managing your Objects  Getting Data into R  Getting Results out of R 1 © Fall 2004 Don Edwards and the University.
Linkage disequilibrium (LD) extent in B1 population by chromosome Chromosomes I to XII Mariela Aponte Villadoma Elisa J. Mihovilovich Castro Merideth Bonierbale.
PAG 2011 TASSEL Terry Casstevens 1, Peter Bradbury 2,3, Zhiwu Zhang 1, Yang Zhang 1, Edward Buckler 1,2,4 1 Institute.
Association Modeling With iPlant
Activity One Use the Windows Explorer program to create a new folder. Name the folder by your first name. Click on the windows explorer icon then highlight.
Chapter 5 Accessing Files and Directories. How Directories Get Created OS installation: usr, dev, etc, export, kernel and others places to store installation.
Bayesian kriging Instead of estimating the parameters, we put a prior distribution on them, and update the distribution using the data. Model: Matrix with.
Molecular ecology, quantitative genetic and genomics Dave Coltman + Melissa Gunn, Andrew Leviston, Katie Hartnup & Jon Slate.
Statistical Software An introduction to Statistics Using R Instructed by Jinzhu Jia.
Linkage Analysis in Merlin
ROI analyses using FSL March 27, 2013.
Copy the folder… Faculty/Sarah/Tues_merlin to the C Drive C:/Tues_merlin.
Creating a Kinship Matrix using Microsatellite Analyzer (MSA) Zhifen Zhang The Ohio State University.
Lesson 7-Creating and Changing Directories. Overview Using directories to create order. Managing files in directories. Using pathnames to manage files.
GBS Bioinformatics Pipeline(s) Overview
IAP workshop, Ghent, Sept. 18 th, 2008 Mixed model analysis to discover cis- regulatory haplotypes in A. Thaliana Fanghong Zhang*, Stijn Vansteelandt*,
Diversity Bioinformatics Terry Casstevens Institute for Genomic Diversity, Cornell University GMOD Meeting at NESCent Durham, NC – June 29-30, 2006.
AIP Backup & Restore Sunita Barve NCRA, Pune. AIP The latest version of DSpace 1.7.0, supports backup and restore of all its contents as a set of AIP.
Gene Mapping Quantitative Traits using IBD sharing References: Introduction to Quantitative Genetics, by D.S. Falconer and T. F.C. Mackay (1996) Longman.
Introduction to the Gramene Genetic Diversity module 5/2010 Build #31.
Overview of developments. Nested Association Mapping (NAM) Jianming Yu, James B. Holland, Michael D. McMullen and Edward S. Buckler, Genetics, Vol. 178,
PLINK / Haploview Whole genome association software tutorial
Analyzing digital gene expression data in Galaxy Supervisors: Peter-Bram A.C. ’t Hoen Kostas Karasavvas Students: Ilya Kurochkin Ivan Rusinov.
Packages. Access Specifications Public Available anywhere (public keyword) Only one public class per file allowed Protected Available in subclasses, and.
Mx modeling of methylation data: twin correlations [means, SD, correlation] ACE / ADE latent factor model regression [sex and age] genetic association.
Mx Practical TC20, 2007 Hermine H. Maes Nick Martin, Dorret Boomsma.
Channel Archiver Overview Jan Channel Archiver Channel Access client Stores samples in disk files Design target: handle values/sec Documentation,
Copy folder (and subfolders) F:\sarah\linkage2. Linkage in Mx Sarah Medland.
Dan Born, Peter Bradbury, Ed Buckler Payan Canaran, Terry Casstevens, Dallas Kroon, Dave Matthews, Susan McCouch, Junjian Ni, Isaak Yosief Tecle, Doreen.
QTL Mapping Using Mx Michael C Neale Virginia Institute for Psychiatric and Behavioral Genetics Virginia Commonwealth University.
Implementation of a simple shell, xssh
Regression Models for Linkage: Merlin Regress
Gramene Technical Improvements
Multivariate Analysis
Heritability, prediction and the genomic
GCTA Practical 2.
XINFO – Scanner DS – File Content
COMP 1942 PCA TA: Harry Chan COMP1942.
Implementation of a simple shell, xssh
upstream vs. ORF binding and gene expression?
Managing results files
Washington State University
Marker heritability Biases, confounding factors, current methods, and best practices Luke Evans, Matthew Keller.
Introduction to Data Formats and tools
e530 Exercises Schematic Dialog exercise 1: tutorials Dialog
אביבה אלקלעי, ראש היחידה לכניסה להוראה, המכללה האקדמית אחווה
מהו הסטאז'? המכללה האקדמית תלפיות.
CSCI N207 Data Analysis Using Spreadsheet
The student is expected to: 6A identify components of DNA, and describe how information for specifying the traits of an organism is carried in the DNA.
Component Architecture
(Re)introduction to Mx Sarah Medland
Installing Packages Introduction to R, Part II
What is GDPC GDPC is the Genomic Diversity and Phenotype Connection.
The Linux Command Line Chapter 17
While loops Genome 559: Introduction to Statistical and Computational Genomics Prof. William Stafford Noble.
Basics of R, Ch Functions Help Managing your Objects
p(A) = p(AA) + ½ p(Aa) p(a) = p(aa)+ ½ p(Aa)
Data Management Module: Creating, Adding and Dropping Variables
Improved Heritability Estimation from Genome-wide SNPs
Variance components and Non-sphericity
Genome-wide Complex Trait Analysis and extensions
Patterns and Best Practices in SSIS
Fetching datasets from the Internet
Using Linux Command 3 Lab#6.
Who is Using all the MSUs
Presentation transcript:

Tassel 5 Variance Component Annotation Pipeline (VCAP) Terry Casstevens, Jeff Glaubitz, Peter Bradbury, Liya Wang, Ed Buckler, Others   April 11, 2016

VCAP Strategy…

VCAP Strategy… Using LDAK, determine subset of genotype with most heritability for given phenotype. Subsets can be created in many ways. http://dougspeed.com/ldak

VCAP Ways to Subset Genotype…

VCAP Strategy… Using subset of genotype sites / positions, estimate heritability compared to rest of dataset / genome.

Create Whole Kinship Matrix… ./run_pipeline.pl -importGuess <genotype file> -KinshipPlugin -method Centered_IBS -endPlugin -export whole.txt -exportType SqrMatrix

Create Subset and Rest Matrix… ./run_pipeline.pl -forkSubset -importGuess <genotype file> -FilterSiteBuilderPlugin -startChr 1 -endChr 1 -endPlugin -KinshipPlugin -method Centered_IBS -endPlugin -forkRest -SubtractDistanceMatrixPlugin -wholeMatrix whole.txt -endPlugin -inputSubset -export rest.txt -exportType SqrMatrixBin -forkExport -export subset.txt -exportType SqrMatrixBin -inputSubset

VCAP Strategy… ldak.4.9.fast --reml vcap/ResultsKinship_9 --mgrm kinship_list.txt --pheno 282/phenotypes/BetaCarotene.txt --kinship-details NO

LDAK REML Results…

run_pipeline.pl -VCAPScanPlugin –help VCAPScanPlugin <options> -method <Scan method> : Scan method [Chromosome, Site_Blocks, Bed_File] (Default: Chromosome) -numSitesPerBlock <Num Sites Per Block> : For Site_Blocks method, this sets number of sites per block. Blocks do not span chromosomes. (Default: 10000) -bedFile <Bed File> : For Bed_File method, this specifies bed file to use. Each line / range in the bed file will be a block in the scan. -phenotypeFile <Phenotype File> : The phenotype file to use with LDAK. Must have only one phenotype. (required) -ldakCommand <Ldak Command> : Command to call LDAK. If not on PATH, full pathname needed. (Default: ldak.4.9.fast) -outputDir <Output Dir> : Directory to output kinship matrices and LDAK reml results. (Default: .) -wholeMatrix <Whole Matrix> : Kinship matrix of whole genotype dataset. This will be created if not specified. Must have been exported from Tassel with export type SqrMatrixBin.

VCAPScanPlugin Example… run_pipeline.pl -importGuess 282/Maize282_ZeaGBSv27impV5_MAF02_A GPv3.hmp.txt.gz -VCAPScanPlugin -method Chromosome -phenotypeFile 282/phenotypes/BetaCarotene.txt -outputDir vcap -endPlugin

LDAK REML Results…

VCAPScanPlugin Example… run_pipeline.pl -importGuess 282/Maize282_ZeaGBSv27impV5_MAF02_ AGPv3.hmp.txt.gz -VCAPScanPlugin - method Site_Blocks -phenotypeFile 282/phenotypes/TotalCarotenoids.txt - outputDir vcap -endPlugin

LDAK REML Results…

LDAK REML Results for DTA…