SOLOMON: Parentage Analysis 1. Corresponding author: Mark Christie

Size: px
Start display at page:

Download "SOLOMON: Parentage Analysis 1. Corresponding author: Mark Christie"

Transcription

1 SOLOMON: Parentage Analysis 1 Corresponding author: Mark Christie christim@science.oregonstate.edu

2 SOLOMON: Parentage Analysis 2 Table of Contents: Installing SOLOMON on Windows/Linux Pg. 3 Installing SOLOMON on Mac Pg. 4 Modules Pg. 5 Input File Format Pg. 6 Creating an Allele Frequency File Pg. 7 Creating Simulated Data Sets Pg. 9 Power Analysis Pg. 11 Exclusion Pg. 12 Bayes Parentage Pg. 14 Choosing a posterior, etc. Pg. 17 Including Known Parents Pg. 17 Siblings Pg. 17 Frequently Asked Questions Pg. 19

3 SOLOMON: Parentage Analysis 3 Installing SOLOMON on Windows or Linux: SOLOMON is implemented as a fully functional R package. No knowledge about the R programming language or statistical environment is needed, as SOLOMON functions solely as an interactive program with a fully functional graphical user interface. SOLOMON is available through the Comprehensive R Archive Network (CRAN). To install, please follow these simple steps: (1) Download and install the latest version of R (at least version , which is available at The 32 and 64-bit versions should both work, though SOLOMON was most extensively tested on the 64-bit version. (2) Open R and copy and paste the following code into the console: install.packages("solomon") You have now successfully installed SOLOMON. To run the program simply type: library(solomon) solomon() You can close R at any time, and the package will have remained installed. To reload the package upon starting a new R session, simply retype the above two lines of code, which will load and launch the program, respectively. These commands are case sensitive. Troubleshooting: Problem: The package does not install correctly. Possible Solutions: Make sure you are using R or later. Consider manually installing the package tcltk from CRAN. Google installing R packages Please contact me if any of the above instructions are incorrect.

4 SOLOMON: Parentage Analysis 4 Installing SOLOMON on a Mac: SOLOMON is available through the Comprehensive R Archive Network (CRAN). To install on a Mac, please follow these simple steps: (1) Download and install the latest version of R (version , which is available at The 32 and 64-bit versions should both work, though SOLOMON was most extensively tested on the 64-bit version. (2) Go to and download and install tcltk-8.55 (Note that this comes with its own installer). You may have to restart R. (3) Open R and copy and paste the following code into the console: install.packages("solomon") You have now successfully installed SOLOMON. To run the program simply type: library(solomon) solomon() You can close R at any time, and the package will have remained installed. To reload the package upon starting a new R session, simply retype the above two lines of code, which will load and launch the program, respectively. These commands are case sensitive.

5 SOLOMON: Parentage Analysis 5 SOLOMON modules: After typing solomon() you should see the following screen: Clicking on the buttons next to these options will bring up a new window. From top to bottom, the modules include: Frequencies: Calculate allele frequencies from a data set or generate allele frequencies from user specified numbers of loci and alleles per locus. Will create an allele frequency file. Sims: Use an allele frequency file to create datasets. User specifies number of wanted parents, number of offspring per parent, genotyping error rate, number of unrelated individuals, and an allele frequency file. Power: Uses allele frequencies from genotype data sets to calculate the expected number of pairs that share alleles by chance. Exclusion: Perform Mendelian exclusion. User can choose how many loci to allow to mismatch and whether to allow missing data to match to scored data. Bayes: Performs Bayesian parentage analysis. Parentage options: No Known Parents: No parents of any offspring are known. One Known Parent: One parent of an offspring has been genotyped (e.g., mothers at a nest). Known Parent-Pairs: Observational data lets you know which males and females were paired together.

6 SOLOMON: Parentage Analysis 6 Input File Format: The input file format is relatively simple and should be easy to create from most populationgenetic and bioinformatics file formats. If you have any difficulties converting a file into this format, please contact me. SOLOMON input files should be in a tab-delimited text file format (easy to create in Microsoft Excel, for example). The input files can be named whatever you like because you will load them using a standard file-select window, but as stated above they should be text files (end in.txt). For parentage analysis with no known parents only two files are required (e.g., adults.txt and juveniles.txt). For the other parentage analyses three files are required (e.g., moms.txt, dads.txt, and juveniles.txt). Below is an example of an input file of 6 individuals genotyped at 4 loci: Individuals Locus1 Locus1 Locus2 Locus2 Locus3 Locus3 Locus4 Locus4 Adult Adult Adult Adult Adult Adult All files with genetic data should have the exact same format. The first column must contain a unique ID for every individual and the first row should contain a header for each locus. The locus and ID names here are just examples, you can use any nomenclature that you prefer. All individuals should have unique names. SOLOMON only uses codominant genetic data, so each locus must have two columns (one for each allele). Alleles cannot be greater than 900. Two or three digit (or both, as in the example above) alleles are acceptable. Missing data must be entered as 0. An easy way to observe the file format is to create some data yourself using the Frequencies and Sims modules (see below). The headers (first row) in the adult and juvenile files must be identical. Monomorphic loci will be ignored in the Bayesian analyses.

7 SOLOMON: Parentage Analysis 7 Creating an Allele Frequency File: Upon clicking FREQUENCIES, you will see the following menu: First set a working directory (C:/SOLOMON is the default), which can be any directory in your file system. Regardless of your operating system, use a forward slash. Because of the way the graphical user interface was created, you must always click the OK button to input your choices successfully into R. If you have a data set that you want to use the allele frequencies from, use Create Allele Frequency File with a Data Set. The input file must be in the format outlined on the previous page. This feature is useful because you can take the allele frequency file to create a wide variety of simulated data sets (e.g., varying the numbers of sampled individuals, parent-offspring pairs, number of offspring per pair, siblings etc.). If you do not have a data set or if you wish to experiment with different sorts of data sets use Create an Allele Frequency File. Simply enter in the number of loci and the number of alleles per locus. Allele frequencies are modeled as: i z = ( Na + 1) i Na i i= 1 ( Na + 1) i where Na equals the total number of alleles and i equals allele i in the set 1: Na. This distribution is fairly conservative as it results in several fairly common alleles.

8 SOLOMON: Parentage Analysis 8 Allele frequency files are written as output to the working directory as AlleleFrequencies.txt. If you are creating an allele frequency file from scratch, then the resulting allele frequency file simply contains 2 columns, one with the locus ID and one with the allele frequency (allele identities are not created). Here is an example of two loci with five alleles each If you create an allele frequency file from genotypic data then SOLOMON will produce two allele frequency files. One allele frequency file is identical to the one displayed above and should be used if you would like to create data sets to experiment with in the Create test data sets module (see below). An additional user-friendly file is also created that contains the locus name, allele name, count, and frequency: Locus allele count frequency Locus Locus Locus Locus Locus Locus Locus Locus Locus Locus Locus Locus Locus Locus Locus

9 SOLOMON: Parentage Analysis 9 Creating Simulated Data Sets: If you have created an allele frequency file (see previous page) you can now create simulated data sets to test with SOLOMON. Creating simulated data sets can be useful for many reasons, including testing them with the Bayesian modules to see how many parent-offspring pairs would be identified for various sample sizes, error rates, and marker sets. The output of this module will create three SOLOMON input files (see pg. 6): Dads, Moms, and Juveniles. If you click on the SIMS button from the main menu you will see the following menu: As before, you must set your working directory and you must click OK after entering values into the empty field for the values to be entered in R. Next you should enter the number of wanted parents (i.e., the number of true parents), and the number of offspring to be produced by each of those parents in accordance with Mendelian expectation. A genotyping error rate can also be entered (0.01 is a commonly assumed value for microsatellites), though 0 can also be used if you do not want to introduce genotyping error. Genotyping errors are distributed randomly across individuals and loci by copying alleles within a locus form a randomly selected individual. You must also select the number of unrelated individuals you wish to create. The number of unrelated individuals you select will be added to each of the three output files. Lastly, you must choose the number of full-sibling pairs to split between the Dads and Juveniles file, if you want to examine the effects of full-siblings. You may enter 0 for both unrelated individuals and/or the full-siblings fields if you do not wish to create these types of genotypes.

10 SOLOMON: Parentage Analysis 10 After selecting your allele frequency file and clicking Run, you will end up with simulated data sets for mothers, fathers, and juveniles. If, for example, you chose 5 parents, 1 offspring per parent, 2 unrelated individuals and 2 full-siblings, then the Dads file would look like this: IDs Locus.1 Locus.1.1 Locus.2 Locus.2.1 Locus.3 Locus.3.1 Dad Dad Dad Dad Dad Individual Individual Sibling Sibling Notice that the file has 5 true fathers, two unrelated individuals and two siblings. Each of the siblings belongs to a pair, with their full sibling counterpart being placed in the offspring file. The offspring and mothers are written to separate files (not shown here). Two unrelated individuals will be added to each of those files as well. If multiple offspring per parent are created they will be named as Offspring1.1, Offspring1.2 etc. where the first number represents the family and the second number represents the unique individual. Larger data sets (thousands of individuals, hundreds of loci) may take several minutes to create.

11 SOLOMON: Parentage Analysis 11 Power Analysis: For data sets with no known parents, you can calculate the expected number of false pairs (i.e., pairs that share alleles by chance alone) by simply using the allele frequencies. Here, we employ equations 1 through 4 of (Christie 2010)*. To quickly calculate the expected number of false pairs, click on POWER in the main menu to bring up the following menu: This module requires an Adult genotype file and a Juvenile genotype file (they can be simulated or real). The first field asks for the minimum number of loci to be considered in the analysis. You must next enter the working directory, and the adult and juvenile files. Then simply press Run. Choosing the minimum number of loci: If your data set has 100 loci, then you can select 100 to include all loci. To determine if you could have high power with fewer loci you could change this field to 80, for example. This module is relatively fast and it should not take very long to test a range of loci values. If you are designing a project, you would ideally want to shoot for as few expected false pairs as logistically possible. * Christie, M. R Parentage in natural populations: novel methods to detect parent-offspring pairs in large data sets. Mol Ecol Resour 10:

12 SOLOMON: Parentage Analysis 12 Exclusion: If you have no know parents and wish to perform exclusion, simply click on the first EXCLUSION button to launch the following menu: The first option is to select is the number of loci to mismatch. If 0 is selected, than only pairs that share at least one allele at all loci will be identified. Because genotyping errors can cause some true parent-offspring pairs to not share an allele at a locus, users may want to change this value to a positive integer (e.g., 1 or 2). Next the user must set the working directory and load the adult and juvenile files. Pressing run, will perform exclusion and write three useful output files to the working directory. To evaluate the effects of mismatching loci, the user can simply change the number of mismatching loci and press run again the output files will be overwritten. Three output files are produced: (1) Output_by_parent sorts the files by all of the offspring assigned to each of the parents: Parent Number_Offspring Offspring Number_Loci_mismatching Dad 5 6 Offspring 1 2 Offspring 4 2 Offspring 5 0 Individual 5 2 Individual 6 2 Sibling The first column here presents the ID for a particular parent (Dad 5). The second column shows the number of offspring assigned to that parent (6). The third column shows the IDs of the 6 offspring assigned to that parent. Notice that because we have used the simulated data set

13 SOLOMON: Parentage Analysis 13 creator in SOLOMON the IDs reveal exactly what the relationships are. We know that Offspring 5 is the true offspring of Dad 5. Offspring 1 and 4 were the progeny of Dads 1 and 4, respectively, so we know that they are not a correct assignment, same with the unrelated Individuals and the Sibling. The last column shows the number of loci that are mismatching up to 2, which was the value entered for this particular run. Notice that the true offspring mismatches at 0 loci, while the 5 erroneous assignments mismatch at 2 loci. The Output_by_offspring provides the same output, except that it is sorted from the offspring s perspective. This file is useful to see if matching to multiple parents is occurring (i.e., a mother and a father or, more likely, false matches that have occurred by chance). The last file generated is the Output_genotypes file: Dad Offspring Dad Offspring This file shows the IDs, number of mismatching loci, and complete genotypes for the userspecified number of loci.

14 SOLOMON: Parentage Analysis 14 Bayesian Parentage Analysis: If you select BAYES from the main menu, you will launch the interface to perform parentage analysis with Bayes theorem. The menu will look like: The user must first set their working directory. Next the user must choose the number of simulated data sets to use for the calculation of the number of shared alleles (used in the calculation of the prior and the posterior). Testing has shown that 1000 simulated data sets work well for microsatellites, while SNPs can get by with 100. The user must next select the number of simulated genotypes to create. Testing has shown that 50,000,000 simulated genotypes work well for microsatellites, while SNPs can get by with 500,000. We do not recommend using fewer than the recommended values as the precision of the posterior probability will decrease. A good check that the correct values were chosen is to run the Bayesian analysis a second time and compare the posterior values. If an appropriate number of simulated data sets and genotypes were selected, then the posterior values for each pair should differ by less than Run time is correlated with the size of the data sets and the options chosen above. An average data set should complete ~ 30 minutes. A large data set (e.g., thousands of individuals or loci) can take several hours (4-5). Please contact me if a run has taken longer than 48 hours.

15 SOLOMON: Parentage Analysis 15 Bayesian Output: After performing a Bayesian parentage analysis there will be three output files. The first output file is Output_Pr(Phi)_Bayesian Prior which displays the number of mismatching loci and the corresponding Pr(Phi) value (see eqn. 1 of the paper). This equals the probability that any given pair that mismatches at a given number of loci has occurred by chance: Number of Mismatching Loci Pr(Phi) In the above output, any pair that matched at all loci (0 mismatches), would have a probability of occurring by chance. Any pair that mismatched at 1 locus would have a 0.66 probability of occurring by chance. This is the prior that is subsequently used in Bayes theorem. Any number of mismatching loci that have Pr(Phi) equal to one are not further evaluated (See paper for details). The second file that is written is graphical output (in the form of a pdf file) entitled Output_Dataset_Power :

16 SOLOMON: Parentage Analysis 16 For both plots the x-axis represents the number of mismatching loci. The top plot illustrates the number of observed pairs (green points) and the expected number of false pairs (blue points), that is the number of pairs that are expected to occur by chance. Notice that the top plot is on a log 10 scale. Pr(phi) equals the expected number of false pairs divided by the total observed number of pairs (for a given number of mismatching loci) and is displayed in the bottom plot. The last output file, Output_Posterior_Probabilities is the Bayesian posterior probability for each pair that has a posterior value less than one: Adult Juvenile NL_mismatch Probability of pair being false given frequencies of shared alleles Dad 16 Offspring E-13 Dad 34 Offspring E-06 Dad 38 Offspring E-06 Dad 21 Offspring E-05 Dad 22 Offspring E-05 Dad 15 Offspring E-05 Dad 18 Offspring E-05 Dad 43 Offspring E-05 Dad 6 Offspring E-05 Dad 11 Offspring E-05 Dad 4 Offspring E-05 Dad 20 Offspring E-05 Dad 42 Offspring E-05 Dad 45 Offspring Dad 33 Offspring Dad 37 Offspring The first and second columns show the adult and juvenile IDs, respectively. The third column reports the number of mismatching loci. The fourth column shows the Bayesian posterior, with pairs sorted by increasing values. Pairs with low posterior probabilities (e.g., <0.05) can be identified as parent-offspring pairs. SOLOMON does not choose a cutoff value, but we have found that a good tradeoff between maximizing the number of correct assignment and minimizing false assignments occurs when all pairs with posterior values <0.05 are retained as parent-offspring pairs. What cutoff value to choose, however, should ultimately be dictated by a cost benefit analysis of weighing the risks associated with committing type I or type II errors. Because the posterior has a clear interpretation, this can be done in a quantitative way. Here, the posterior is interpreted as the probability of parent-offspring pair being false given the frequencies of shared alleles.

17 SOLOMON: Parentage Analysis 17 Choosing a posterior: Choosing a threshold for accepting putative parent-offspring relationships can depend on the goals of the study and on weighing the relative risks between type I and type II errors. In general, a cutoff value of 0.05 has been shown to maximize the number of correct assignments, while minimizing the number of incorrect assignments. Choosing a lower number of simulations will result in a faster run time, but the precision of the posterior estimates may be reduced. For a fixed number of simulations, the precision decreases with an increase in the posterior value. This typically should not be an issue as most users will be interested in pairs with a low posterior value. If time is not limiting, we suggest using a large number of simulations and running the program twice to check the variance of the posterior values. Precision can also be worse in low-power data (e.g., large numbers of falsepairs) sets such that we recommend using more simulations in these cases. Known Parents: If you have 1 known parent, then you will need an additional file with the known-parent genotypes. Each offspring must have a corresponding known parent (i.e., if there are 10 rows in the offspring file, then there must be 10 rows in the known-parent file). Each known parent must share at least one allele at all loci with the offspring. If you would like to include a known parent with a mismatch, simply change the adult genotype to the offspring genotype at the mismatching locus. Given this data format, and if you are creating data from within SOLOMON, then you must delete any unrelated individuals from the juvenile and known-parent files. The unknown-parent files can have unrelated individuals. If you have known-parent pairs, then the parent-pairs must occupy the same row of their respective files. Each mother and father file should thus have the same number of rows. If, for example, a female was mated to multiple males, then the female genotype must be duplicated on every corresponding row that a male occurs. SOLOMON will not include her genotype frequencies more than once in the analyses. Siblings: If you have a species with long generation times, for example, then you may have unknowingly sampled an individual in your adults file that has its full sibling in your juvenile file. If this is a possibility for your system, and could have occurred in high frequency, then we recommend using the Bayesian module that corrects for siblings. This module considers alleles that are identical-by-descent as well as those that are identical-by-state, and modifies the prior accordingly. This results in a more conservative test, so we only recommend it in cases when lots of full siblings are suspected. Note that we generally do not recommend this approach if two siblings may co-occur in your adults file. Aunts and uncles (i.e., two siblings in your adults file, one of which is a true parent) were never found to be falsely identified for the data sets we tested in the manuscript. The output for the siblings module is identical to the standard Bayesian output with an additional graph illustrating shared alleles:

18 SOLOMON: Parentage Analysis 18 SOLOMON output figures illustrating the frequency that each number of loci share an allele identical-by-state and identical-by-descent for unrelated (orange circles), full siblings (blue circles) and parent-offspring pairs (green circles). The plot on the left has a genotyping error rate of 0.01 and the plot on the right has a genotyping error rate of (more typical of SNP data sets). Notice that when the error rate is low, almost all parent-offspring pairs will share an allele at all loci whereas less than 5 percent (dashed line) of full siblings will. SOLOMON can generate these plots for interested users as well as apply a correction to the Bayesian prior to include alleles that are identical-by-descent, by simply selecting the Sibs option. Also, please keep in mind that SOLOMON has been developed to identify parent-offspring pairs. If you suspect the presence of many siblings or other relatives, we recommend using alternative approaches (e.g., COLONY, Pedigree Reconstruction Tools). See the SOLOMON website for links to additional programs. Linux/Macs: Solomon was developed and extensively tested on Windows 7. Limited testing with the Ubuntu distribution of Linux and on Macs has revealed no current issues. Progress bars were written with Windows, and have been disabled for other platforms. If running on Linux or Mac, please use your system monitor to measure your CPUs and RAM to ensure that the program is still running. Very large data sets can take more than 12 hours to complete. Contact: Please feel free to contact me at christim@science.oregonstate.edu with any questions, comments, requests or recommendations. Please check the website for additional FAQs and read through this manual before sending an .

19 SOLOMON: Parentage Analysis 19 Frequently Asked Questions: Can I run SOLOMON without a graphical user interface? Yes! Simply me for scripts to be run in the command line. Once SOLOMON has been uploaded to a repository, I will make these scripts available at the SOLOMON website: What should SOLOMON users report for peer-reviewed publications? If using the Bayesian methods, Solomon users should always report (1) the prior probabilities, (2) the posterior probabilities, and (3) the number of simulated data sets and genotypes used in the Bayesian calculation. Users are free to directly use or manipulate any SOLOMON output for publications. Please also cite the associated publication. What assumptions does SOLOMON make? SOLOMON has been developed to be as assumption-free as possible. Currently, we assume that all loci are in linkage equilibrium. We recommend that users test and remove loci that are tightly linked. Could SOLOMON be used to improve findings from other parentage software? Possibly. For example, SOLOMON does calculate the ratio of the expected number of false pairs divided by the observed number of putative pairs. Thus, one minus this quantity is approximately equal to the proportion of true parent-offspring pairs in the data set and may be correlated with the proportion of candidate parents sampled in a data set. The proportion of candidate parents sampled in a dataset is a necessary parameter used in the likelihood program CERVUS. I tested this idea using the empirical steelhead data presented in the manuscript and did not see substantial improvements in the performance of CERVUS, but this approach may yield more positive results in different data sets.

20 SOLOMON: Parentage Analysis 20

Genetic Analysis. Page 1

Genetic Analysis. Page 1 Genetic Analysis Page 1 Genetic Analysis Objectives: 1) Set up Case-Control Association analysis and the Basic Genetics Workflow 2) Use JMP tools to interact with and explore results 3) Learn advanced

More information

User Guide. Updated February 4th, Jason A. Coombs. Benjamin H. Letcher. Keith H. Nislow

User Guide. Updated February 4th, Jason A. Coombs. Benjamin H. Letcher. Keith H. Nislow PedAgree User Guide Updated February 4th, 2010 Jason A. Coombs Benjamin H. Letcher Keith H. Nislow Program In Organismic and Evolutionary Biology University of Massachusetts, Amherst, MA 01003 jcoombs@cns.umass.edu

More information

QTX. Tutorial for. by Kim M.Chmielewicz Kenneth F. Manly. Software for genetic mapping of Mendelian markers and quantitative trait loci.

QTX. Tutorial for. by Kim M.Chmielewicz Kenneth F. Manly. Software for genetic mapping of Mendelian markers and quantitative trait loci. Tutorial for QTX by Kim M.Chmielewicz Kenneth F. Manly Software for genetic mapping of Mendelian markers and quantitative trait loci. Available in versions for Mac OS and Microsoft Windows. revised for

More information

USER S MANUAL FOR THE AMaCAID PROGRAM

USER S MANUAL FOR THE AMaCAID PROGRAM USER S MANUAL FOR THE AMaCAID PROGRAM TABLE OF CONTENTS Introduction How to download and install R Folder Data The three AMaCAID models - Model 1 - Model 2 - Model 3 - Processing times Changing directory

More information

HPC Course Session 3 Running Applications

HPC Course Session 3 Running Applications HPC Course Session 3 Running Applications Checkpointing long jobs on Iceberg 1.1 Checkpointing long jobs to safeguard intermediate results For long running jobs we recommend using checkpointing this allows

More information

Documentation for BayesAss 1.3

Documentation for BayesAss 1.3 Documentation for BayesAss 1.3 Program Description BayesAss is a program that estimates recent migration rates between populations using MCMC. It also estimates each individual s immigrant ancestry, the

More information

Bayesian analysis of genetic population structure using BAPS: Exercises

Bayesian analysis of genetic population structure using BAPS: Exercises Bayesian analysis of genetic population structure using BAPS: Exercises p S u k S u p u,s S, Jukka Corander Department of Mathematics, Åbo Akademi University, Finland Exercise 1: Clustering of groups of

More information

Breeding Guide. Customer Services PHENOME-NETWORKS 4Ben Gurion Street, 74032, Nes-Ziona, Israel

Breeding Guide. Customer Services PHENOME-NETWORKS 4Ben Gurion Street, 74032, Nes-Ziona, Israel Breeding Guide Customer Services PHENOME-NETWORKS 4Ben Gurion Street, 74032, Nes-Ziona, Israel www.phenome-netwoks.com Contents PHENOME ONE - INTRODUCTION... 3 THE PHENOME ONE LAYOUT... 4 THE JOBS ICON...

More information

Step-by-Step Guide to Basic Genetic Analysis

Step-by-Step Guide to Basic Genetic Analysis Step-by-Step Guide to Basic Genetic Analysis Page 1 Introduction This document shows you how to clean up your genetic data, assess its statistical properties and perform simple analyses such as case-control

More information

You will see the difference!

You will see the difference! NDIS Approved Expert System Fast, Accurate, and User-friendly ~ Documented time savings of up to 40%1 ~ Up to 70% less analyst intervention2 User Management with Audit Trail Mixture Analysis Relationship

More information

Interpretation of Complex STR Results Using the Forensim Package

Interpretation of Complex STR Results Using the Forensim Package ISFG Educational Workshop 2011 Interpretation of Complex STR Results Using the Forensim Package Peter Gill Hinda Haned Contents 1 The forensim package 1 1.1 Overview. Documentation........................

More information

Step-by-Step Guide to Advanced Genetic Analysis

Step-by-Step Guide to Advanced Genetic Analysis Step-by-Step Guide to Advanced Genetic Analysis Page 1 Introduction In the previous document, 1 we covered the standard genetic analyses available in JMP Genomics. Here, we cover the more advanced options

More information

Statistical Analysis for Genetic Epidemiology (S.A.G.E.) Version 6.4 Graphical User Interface (GUI) Manual

Statistical Analysis for Genetic Epidemiology (S.A.G.E.) Version 6.4 Graphical User Interface (GUI) Manual Statistical Analysis for Genetic Epidemiology (S.A.G.E.) Version 6.4 Graphical User Interface (GUI) Manual Department of Epidemiology and Biostatistics Wolstein Research Building 2103 Cornell Rd Case Western

More information

GMDR User Manual. GMDR software Beta 0.9. Updated March 2011

GMDR User Manual. GMDR software Beta 0.9. Updated March 2011 GMDR User Manual GMDR software Beta 0.9 Updated March 2011 1 As an open source project, the source code of GMDR is published and made available to the public, enabling anyone to copy, modify and redistribute

More information

Efficient and scalable parallel reconstruction of sibling relationships from genetic data in wild populations

Efficient and scalable parallel reconstruction of sibling relationships from genetic data in wild populations Efficient and scalable parallel reconstruction of sibling relationships from genetic data in wild populations Saad Sheikh, Ashfaq Khokhar, Tanya Berger-Wolf Department of Computer Science, University of

More information

User s Guide. Version 2.2. Semex Alliance, Ontario and Centre for Genetic Improvement of Livestock University of Guelph, Ontario

User s Guide. Version 2.2. Semex Alliance, Ontario and Centre for Genetic Improvement of Livestock University of Guelph, Ontario User s Guide Version 2.2 Semex Alliance, Ontario and Centre for Genetic Improvement of Livestock University of Guelph, Ontario Mehdi Sargolzaei, Jacques Chesnais and Flavio Schenkel Jan 2014 Disclaimer

More information

Reconstruction of Half-Sibling Population Structures

Reconstruction of Half-Sibling Population Structures Reconstruction of Half-Sibling Population Structures by Daniel Dexter A thesis presented to the University of Waterloo in fulfillment of the thesis requirement for the degree of Master of Mathematics in

More information

M(ARK)S(IM) Dec. 1, 2009 Payseur Lab University of Wisconsin

M(ARK)S(IM) Dec. 1, 2009 Payseur Lab University of Wisconsin M(ARK)S(IM) Dec. 1, 2009 Payseur Lab University of Wisconsin M(ARK)S(IM) extends MS by enabling the user to simulate microsatellite data sets under a variety of mutational models. Simulated data sets are

More information

Package REGENT. R topics documented: August 19, 2015

Package REGENT. R topics documented: August 19, 2015 Package REGENT August 19, 2015 Title Risk Estimation for Genetic and Environmental Traits Version 1.0.6 Date 2015-08-18 Author Daniel J.M. Crouch, Graham H.M. Goddard & Cathryn M. Lewis Maintainer Daniel

More information

MAN Package for pedigree analysis. Contents.

MAN Package for pedigree analysis. Contents. 1 MAN Package for pedigree analysis. Contents. Introduction 5 1. Operations with pedigree data. 5 1.1. Data input options. 5 1.1.1. Import from file. 5 1.1.2. Manual input. 7 1.2. Drawing of the pedigree

More information

RELATIONSHIP TO PROBAND (RELATE)

RELATIONSHIP TO PROBAND (RELATE) RELATIONSHIP TO PROBAND (RELATE) Release 3.1 December 1997 - ii - RELATE Table of Contents 1 Changes Since Last Release... 1 2 Purpose... 3 3 Limitations... 5 3.1 Command Line Parameters... 5 4 Theory...

More information

CircosVCF workshop, TAU, 9/11/2017

CircosVCF workshop, TAU, 9/11/2017 CircosVCF exercise In this exercise, we will create and design circos plots using CircosVCF. We will use vcf files of a published case "X-linked elliptocytosis with impaired growth is related to mutated

More information

Importing and Merging Data Tutorial

Importing and Merging Data Tutorial Importing and Merging Data Tutorial Release 1.0 Golden Helix, Inc. February 17, 2012 Contents 1. Overview 2 2. Import Pedigree Data 4 3. Import Phenotypic Data 6 4. Import Genetic Data 8 5. Import and

More information

Linkage analysis with paramlink Session I: Introduction and pedigree drawing

Linkage analysis with paramlink Session I: Introduction and pedigree drawing Linkage analysis with paramlink Session I: Introduction and pedigree drawing In this session we will introduce R, and in particular the package paramlink. This package provides a complete environment for

More information

PediHaplotyper Manual

PediHaplotyper Manual PediHaplotyper Manual Roeland Voorrips, Wageningen UR Plant Breeding, 2015 Introduction PediHaplotyper is software for assigning haploblock alleles to individuals in a pedigree, based on observed marker

More information

User Manual ixora: Exact haplotype inferencing and trait association

User Manual ixora: Exact haplotype inferencing and trait association User Manual ixora: Exact haplotype inferencing and trait association June 27, 2013 Contents 1 ixora: Exact haplotype inferencing and trait association 2 1.1 Introduction.............................. 2

More information

GeneMarker HID Quick Start

GeneMarker HID Quick Start GeneMarker HID Quick Start Guide Upload Data Run Wizard Size Call Quality Review Edit Panel Compare & Analyze Save & Print Reports SoftGenetics Relationship Testing Start Your Project Open Data Open Data

More information

The tracing tool in SQL-Hero tries to deal with the following weaknesses found in the out-of-the-box SQL Profiler tool:

The tracing tool in SQL-Hero tries to deal with the following weaknesses found in the out-of-the-box SQL Profiler tool: Revision Description 7/21/2010 Original SQL-Hero Tracing Introduction Let s start by asking why you might want to do SQL tracing in the first place. As it turns out, this can be an extremely useful activity

More information

Package lodgwas. R topics documented: November 30, Type Package

Package lodgwas. R topics documented: November 30, Type Package Type Package Package lodgwas November 30, 2015 Title Genome-Wide Association Analysis of a Biomarker Accounting for Limit of Detection Version 1.0-7 Date 2015-11-10 Author Ahmad Vaez, Ilja M. Nolte, Peter

More information

Right-click on whatever it is you are trying to change Get help about the screen you are on Help Help Get help interpreting a table

Right-click on whatever it is you are trying to change Get help about the screen you are on Help Help Get help interpreting a table Q Cheat Sheets What to do when you cannot figure out how to use Q What to do when the data looks wrong Right-click on whatever it is you are trying to change Get help about the screen you are on Help Help

More information

The Lander-Green Algorithm in Practice. Biostatistics 666

The Lander-Green Algorithm in Practice. Biostatistics 666 The Lander-Green Algorithm in Practice Biostatistics 666 Last Lecture: Lander-Green Algorithm More general definition for I, the "IBD vector" Probability of genotypes given IBD vector Transition probabilities

More information

POLDISP 1.0c. a software package to estimate Pollen Dispersal. by Juan J. Robledo-Arnuncio, Frédéric Austerlitz and Peter E. Smouse USER'S MANUAL

POLDISP 1.0c. a software package to estimate Pollen Dispersal. by Juan J. Robledo-Arnuncio, Frédéric Austerlitz and Peter E. Smouse USER'S MANUAL POLDISP 1.0c a software package to estimate Pollen Dispersal by Juan J. Robledo-Arnuncio, Frédéric Austerlitz and Peter E. Smouse USER'S MANUAL June 009 (see release notes at the end of this document)

More information

ClaNC: The Manual (v1.1)

ClaNC: The Manual (v1.1) ClaNC: The Manual (v1.1) Alan R. Dabney June 23, 2008 Contents 1 Installation 3 1.1 The R programming language............................... 3 1.2 X11 with Mac OS X....................................

More information

Step-by-Step Guide to Relatedness and Association Mapping Contents

Step-by-Step Guide to Relatedness and Association Mapping Contents Step-by-Step Guide to Relatedness and Association Mapping Contents OBJECTIVES... 2 INTRODUCTION... 2 RELATEDNESS MEASURES... 2 POPULATION STRUCTURE... 6 Q-K ASSOCIATION ANALYSIS... 10 K MATRIX COMPRESSION...

More information

METAPOPULATION DYNAMICS

METAPOPULATION DYNAMICS 16 METAPOPULATION DYNAMICS Objectives Determine how extinction and colonization parameters influence metapopulation dynamics. Determine how the number of patches in a system affects the probability of

More information

SelectSurveyASP Advanced User Manual

SelectSurveyASP Advanced User Manual SelectSurveyASP Advanced User Manual Creating Surveys 2 Designing Surveys 2 Templates 3 Libraries 4 Item Types 4 Scored Surveys 5 Page Conditions 5 Piping Answers 6 Previewing Surveys 7 Managing Surveys

More information

04 - CODES... 1 CODES AND CODING IN MAXQDA... 1 THE CODE SYSTEM The Code System Toolbar... 3 CREATE A NEW CODE... 4

04 - CODES... 1 CODES AND CODING IN MAXQDA... 1 THE CODE SYSTEM The Code System Toolbar... 3 CREATE A NEW CODE... 4 04 - Codes Contents 04 - CODES... 1 CODES AND CODING IN MAXQDA... 1 THE CODE SYSTEM... 1 The Code System Toolbar... 3 CREATE A NEW CODE... 4 Add Codes at the Highest Level of your Code System... 4 Creating

More information

Population Genetics (52642)

Population Genetics (52642) Population Genetics (52642) Benny Yakir 1 Introduction In this course we will examine several topics that are related to population genetics. In each topic we will discuss briefly the biological background

More information

User Manual for GIGI v1.06.1

User Manual for GIGI v1.06.1 1 User Manual for GIGI v1.06.1 Author: Charles Y K Cheung [cykc@uw.edu] Ellen M Wijsman [wijsman@uw.edu] Department of Biostatistics University of Washington Last Modified on 1/31/2015 2 Contents Introduction...

More information

ABI PRISM GeneMapper Software Version 3.0 SNP Genotyping

ABI PRISM GeneMapper Software Version 3.0 SNP Genotyping ABI PRISM GeneMapper Software Version 3.0 SNP Genotyping Tutorial ABI PRISM GeneMapper Software Version 3.0 SNP Genotyping Tutorial September 25, 2002 1:20 pm, 7x9_Title.fm Copyright 2002, Applied Biosystems.

More information

Order Preserving Triclustering Algorithm. (Version1.0)

Order Preserving Triclustering Algorithm. (Version1.0) Order Preserving Triclustering Algorithm User Manual (Version1.0) Alain B. Tchagang alain.tchagang@nrc-cnrc.gc.ca Ziying Liu ziying.liu@nrc-cnrc.gc.ca Sieu Phan sieu.phan@nrc-cnrc.gc.ca Fazel Famili fazel.famili@nrc-cnrc.gc.ca

More information

Age & Stage Structure: Elephant Model

Age & Stage Structure: Elephant Model POPULATION MODELS Age & Stage Structure: Elephant Model Terri Donovan recorded: January, 2010 Today we're going to be building an age-structured model for the elephant population. And this will be the

More information

fasta2genotype.py Version 1.10 Written for Python Available on request from the author 2017 Paul Maier

fasta2genotype.py Version 1.10 Written for Python Available on request from the author 2017 Paul Maier 1 fasta2genotype.py Version 1.10 Written for Python 2.7.10 Available on request from the author 2017 Paul Maier This program takes a fasta file listing all sequence haplotypes of all individuals at all

More information

Statistical Analysis for Genetic Epidemiology (S.A.G.E.) Version 6.4 User Reference Manual

Statistical Analysis for Genetic Epidemiology (S.A.G.E.) Version 6.4 User Reference Manual Statistical Analysis for Genetic Epidemiology (S.A.G.E.) Version 6.4 User Reference Manual Department of Epidemiology and Biostatistics Wolstein Research Building 2103 Cornell Rd Case Western Reserve University

More information

CHAPTER 1: INTRODUCTION...

CHAPTER 1: INTRODUCTION... Linkage Analysis Package User s Guide to Analysis Programs Version 5.10 for IBM PC/compatibles 10 Oct 1996, updated 2 November 2013 Table of Contents CHAPTER 1: INTRODUCTION... 1 1.0 OVERVIEW... 1 1.1

More information

SPSS TRAINING SPSS VIEWS

SPSS TRAINING SPSS VIEWS SPSS TRAINING SPSS VIEWS Dataset Data file Data View o Full data set, structured same as excel (variable = column name, row = record) Variable View o Provides details for each variable (column in Data

More information

24 - TEAMWORK... 1 HOW DOES MAXQDA SUPPORT TEAMWORK?... 1 TRANSFER A MAXQDA PROJECT TO OTHER TEAM MEMBERS... 2

24 - TEAMWORK... 1 HOW DOES MAXQDA SUPPORT TEAMWORK?... 1 TRANSFER A MAXQDA PROJECT TO OTHER TEAM MEMBERS... 2 24 - Teamwork Contents 24 - TEAMWORK... 1 HOW DOES MAXQDA SUPPORT TEAMWORK?... 1 TRANSFER A MAXQDA PROJECT TO OTHER TEAM MEMBERS... 2 Sharing projects that include external files... 3 TRANSFER CODED SEGMENTS,

More information

Excel Tips and FAQs - MS 2010

Excel Tips and FAQs - MS 2010 BIOL 211D Excel Tips and FAQs - MS 2010 Remember to save frequently! Part I. Managing and Summarizing Data NOTE IN EXCEL 2010, THERE ARE A NUMBER OF WAYS TO DO THE CORRECT THING! FAQ1: How do I sort my

More information

GPR Analyzer version 1.23 User s Manual

GPR Analyzer version 1.23 User s Manual GPR Analyzer version 1.23 User s Manual GPR Analyzer is a tool to quickly analyze multi- species microarrays, especially designed for use with the MIDTAL (Microarray Detection of Toxic ALgae) chip. It

More information

Package allelematch. R topics documented: February 19, Type Package

Package allelematch. R topics documented: February 19, Type Package Type Package Package allelematch February 19, 2015 Title Identifying unique multilocus genotypes where genotyping error and missing data may be present Version 2.5 Date 2014-09-18 Author Paul Galpern

More information

QDA Miner. Addendum v2.0

QDA Miner. Addendum v2.0 QDA Miner Addendum v2.0 QDA Miner is an easy-to-use qualitative analysis software for coding, annotating, retrieving and reviewing coded data and documents such as open-ended responses, customer comments,

More information

Biology 345: Biometry Fall 2005 SONOMA STATE UNIVERSITY Lab Exercise 2 Working with data in Excel and exporting to JMP Introduction

Biology 345: Biometry Fall 2005 SONOMA STATE UNIVERSITY Lab Exercise 2 Working with data in Excel and exporting to JMP Introduction Biology 345: Biometry Fall 2005 SONOMA STATE UNIVERSITY Lab Exercise 2 Working with data in Excel and exporting to JMP Introduction In this exercise, we will learn how to reorganize and reformat a data

More information

Also, for all analyses, two other files are produced upon program completion.

Also, for all analyses, two other files are produced upon program completion. MIXOR for Windows Overview MIXOR is a program that provides estimates for mixed-effects ordinal (and binary) regression models. This model can be used for analysis of clustered or longitudinal (i.e., 2-level)

More information

Sampling genotypes in large pedigrees with loops

Sampling genotypes in large pedigrees with loops Genet. el. Evol. 33 (2001) 337 367 337 INRA, EDP ciences, 2001 Original article ampling genotypes in large pedigrees with loops oledad A. FERNÁNDEZ a,b, Rohan L. FERNANDO a,c,, Bernt GULDBRANDTEN d, Liviu

More information

Tips and Guidance for Analyzing Data. Executive Summary

Tips and Guidance for Analyzing Data. Executive Summary Tips and Guidance for Analyzing Data Executive Summary This document has information and suggestions about three things: 1) how to quickly do a preliminary analysis of time-series data; 2) key things to

More information

Recalling Genotypes with BEAGLECALL Tutorial

Recalling Genotypes with BEAGLECALL Tutorial Recalling Genotypes with BEAGLECALL Tutorial Release 8.1.4 Golden Helix, Inc. June 24, 2014 Contents 1. Format and Confirm Data Quality 2 A. Exclude Non-Autosomal Markers......................................

More information

Gegenees genome format...7. Gegenees comparisons...8 Creating a fragmented all-all comparison...9 The alignment The analysis...

Gegenees genome format...7. Gegenees comparisons...8 Creating a fragmented all-all comparison...9 The alignment The analysis... User Manual: Gegenees V 1.1.0 What is Gegenees?...1 Version system:...2 What's new...2 Installation:...2 Perspectives...4 The workspace...4 The local database...6 Populate the local database...7 Gegenees

More information

MINITAB 17 BASICS REFERENCE GUIDE

MINITAB 17 BASICS REFERENCE GUIDE MINITAB 17 BASICS REFERENCE GUIDE Dr. Nancy Pfenning September 2013 After starting MINITAB, you'll see a Session window above and a worksheet below. The Session window displays non-graphical output such

More information

A short manual for LFMM (command-line version)

A short manual for LFMM (command-line version) A short manual for LFMM (command-line version) Eric Frichot efrichot@gmail.com April 16, 2013 Please, print this reference manual only if it is necessary. This short manual aims to help users to run LFMM

More information

Intro to NGS Tutorial

Intro to NGS Tutorial Intro to NGS Tutorial Release 8.6.0 Golden Helix, Inc. October 31, 2016 Contents 1. Overview 2 2. Import Variants and Quality Fields 3 3. Quality Filters 10 Generate Alternate Read Ratio.........................................

More information

Welfare Navigation Using Genetic Algorithm

Welfare Navigation Using Genetic Algorithm Welfare Navigation Using Genetic Algorithm David Erukhimovich and Yoel Zeldes Hebrew University of Jerusalem AI course final project Abstract Using standard navigation algorithms and applications (such

More information

CTL mapping in R. Danny Arends, Pjotr Prins, and Ritsert C. Jansen. University of Groningen Groningen Bioinformatics Centre & GCC Revision # 1

CTL mapping in R. Danny Arends, Pjotr Prins, and Ritsert C. Jansen. University of Groningen Groningen Bioinformatics Centre & GCC Revision # 1 CTL mapping in R Danny Arends, Pjotr Prins, and Ritsert C. Jansen University of Groningen Groningen Bioinformatics Centre & GCC Revision # 1 First written: Oct 2011 Last modified: Jan 2018 Abstract: Tutorial

More information

Package EBglmnet. January 30, 2016

Package EBglmnet. January 30, 2016 Type Package Package EBglmnet January 30, 2016 Title Empirical Bayesian Lasso and Elastic Net Methods for Generalized Linear Models Version 4.1 Date 2016-01-15 Author Anhui Huang, Dianting Liu Maintainer

More information

With improved tools for collecting genetic data from natural and experimental populations, new opportunities

With improved tools for collecting genetic data from natural and experimental populations, new opportunities INFORMS Journal on Computing Articles in Advance, pp. 5 issn 9-9856 eissn 526-5528 informs doi.287/ijoc.9.322 29 INFORMS New Optimization Model and Algorithm for Sibling Reconstruction from Genetic Markers

More information

Family Based Association Tests Using the fbat package

Family Based Association Tests Using the fbat package Family Based Association Tests Using the fbat package Weiliang Qiu email: stwxq@channing.harvard.edu Ross Lazarus email: ross.lazarus@channing.harvard.edu Gregory Warnes email: warnes@bst.rochester.edu

More information

Linkage analysis with paramlink Appendix: Running MERLIN from paramlink

Linkage analysis with paramlink Appendix: Running MERLIN from paramlink Linkage analysis with paramlink Appendix: Running MERLIN from paramlink Magnus Dehli Vigeland 1 Introduction While multipoint analysis is not implemented in paramlink, a convenient wrapper for MERLIN (arguably

More information

Non Genetic Data. The What and Why s of

Non Genetic Data. The What and Why s of Non Genetic Data: The What and Why s of Melody Josserand, M.S. Forensic Analyst II / CODIS Analyst UNTCHI Non Genetic Data How we use knowledge of DNA to make identifications Why DNA is often not enough

More information

OneView. User s Guide

OneView. User s Guide OneView User s Guide Welcome to OneView. This user guide will show you everything you need to know to access and utilize the wealth of information available from OneView. The OneView program is an Internet-based

More information

Administrator Quick Guide

Administrator Quick Guide 1 Administrator Quick Guide Login Screen The first page employees will see when visiting their training site is the login screen. This is where employees must enter their username and password to access

More information

Forensic Resource/Reference On Genetics knowledge base: FROG-kb User s Manual. Updated June, 2017

Forensic Resource/Reference On Genetics knowledge base: FROG-kb User s Manual. Updated June, 2017 Forensic Resource/Reference On Genetics knowledge base: FROG-kb User s Manual Updated June, 2017 Table of Contents 1. Introduction... 1 2. Accessing FROG-kb Home Page and Features... 1 3. Home Page and

More information

Data input for secr. Murray Efford May 5, 2010

Data input for secr. Murray Efford May 5, 2010 Data input for secr Murray Efford May 5, 2010 Data for analysis in secr must be prepared as an object of class capthist which includes both the detector layout and the capture data. The structure of a

More information

IBM InfoSphere Information Server Version 8 Release 7. Reporting Guide SC

IBM InfoSphere Information Server Version 8 Release 7. Reporting Guide SC IBM InfoSphere Server Version 8 Release 7 Reporting Guide SC19-3472-00 IBM InfoSphere Server Version 8 Release 7 Reporting Guide SC19-3472-00 Note Before using this information and the product that it

More information

KGG: A systematic biological Knowledge-based mining system for Genomewide Genetic studies (Version 3.5) User Manual. Miao-Xin Li, Jiang Li

KGG: A systematic biological Knowledge-based mining system for Genomewide Genetic studies (Version 3.5) User Manual. Miao-Xin Li, Jiang Li KGG: A systematic biological Knowledge-based mining system for Genomewide Genetic studies (Version 3.5) User Manual Miao-Xin Li, Jiang Li Department of Psychiatry Centre for Genomic Sciences Department

More information

The Imprinting Model

The Imprinting Model The Imprinting Model Version 1.0 Zhong Wang 1 and Chenguang Wang 2 1 Department of Public Health Science, Pennsylvania State University 2 Office of Surveillance and Biometrics, Center for Devices and Radiological

More information

A quick guide on Boechera Microsatellite Website (BMW)

A quick guide on Boechera Microsatellite Website (BMW) A quick guide on Boechera Microsatellite Website (BMW) Boechera Microsatellite Website is a portal that archives over 100,000 microsatellite allele calls from 4471 specimens (including 133 nomenclatural

More information

Helpful Galaxy screencasts are available at:

Helpful Galaxy screencasts are available at: This user guide serves as a simplified, graphic version of the CloudMap paper for applicationoriented end-users. For more details, please see the CloudMap paper. Video versions of these user guides and

More information

Handling Your Data in SPSS. Columns, and Labels, and Values... Oh My! The Structure of SPSS. You should think about SPSS as having three major parts.

Handling Your Data in SPSS. Columns, and Labels, and Values... Oh My! The Structure of SPSS. You should think about SPSS as having three major parts. Handling Your Data in SPSS Columns, and Labels, and Values... Oh My! You might think that simple intuition will guide you to a useful organization of your data. If you follow that path, you might find

More information

WELCOME! Lecture 3 Thommy Perlinger

WELCOME! Lecture 3 Thommy Perlinger Quantitative Methods II WELCOME! Lecture 3 Thommy Perlinger Program Lecture 3 Cleaning and transforming data Graphical examination of the data Missing Values Graphical examination of the data It is important

More information

Before beginning a session, be sure these packages are loaded using the library() or require() commands.

Before beginning a session, be sure these packages are loaded using the library() or require() commands. Instructions for running state-space movement models in WinBUGS via R. This readme file is included with a package of R and WinBUGS scripts included as an online supplement (Ecological Archives EXXX-XXX-03)

More information

CCRS Quick Start Guide for Program Administrators. September Bank Handlowy w Warszawie S.A.

CCRS Quick Start Guide for Program Administrators. September Bank Handlowy w Warszawie S.A. CCRS Quick Start Guide for Program Administrators September 2017 www.citihandlowy.pl Bank Handlowy w Warszawie S.A. CitiManager Quick Start Guide for Program Administrators Table of Contents Table of Contents

More information

Contents Introduction... 1

Contents Introduction... 1 User Guiide APPLICATION LOAD TIME PROFILER Contents Introduction... 1 Modes of Operation... 1 Limitations... 2 Installing and Opening the Utility... 2 Loading an Application from the Utility... 3 Opening

More information

Contents. Batch & Import Guide. Batch Overview 2. Import 157. Batch and Import: The Big Picture 2 Batch Configuration 11 Batch Entry 131

Contents. Batch & Import Guide. Batch Overview 2. Import 157. Batch and Import: The Big Picture 2 Batch Configuration 11 Batch Entry 131 Batch & Import Guide Last Updated: 08/10/2016 for ResearchPoint 4.91 Contents Batch Overview 2 Batch and Import: The Big Picture 2 Batch Configuration 11 Batch Entry 131 Import 157 Configure Import File

More information

Getting Started with Code Coverage/Eclipse

Getting Started with Code Coverage/Eclipse Getting Started with Code Coverage/Eclipse Code Coverage/Eclipse is the modernized GUI for Compuware s Xpediter/Code Coverage product. With it, users can create reports detailing testing efficiency and

More information

Instructions for Curators: Entering new data into the QTLdb

Instructions for Curators: Entering new data into the QTLdb Instructions for Curators: Entering new data into the QTLdb Version 0.7, Feb. 7, 2014 This instruction manual is for general curators using the on-line QTLdb Editor to add new and/or to update existing

More information

Evaluating Classifiers

Evaluating Classifiers Evaluating Classifiers Charles Elkan elkan@cs.ucsd.edu January 18, 2011 In a real-world application of supervised learning, we have a training set of examples with labels, and a test set of examples with

More information

MicroStrategy Desktop

MicroStrategy Desktop MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop is designed to enable business professionals like you to explore data, simply and without needing direct support from IT. 1 Import data from

More information

BeviMed Guide. Daniel Greene

BeviMed Guide. Daniel Greene BeviMed Guide Daniel Greene 1 Introduction BeviMed [1] is a procedure for evaluating the evidence of association between allele configurations across rare variants, typically within a genomic locus, and

More information

Lastly, in case you don t already know this, and don t have Excel on your computers, you can get it for free through IT s website under software.

Lastly, in case you don t already know this, and don t have Excel on your computers, you can get it for free through IT s website under software. Welcome to Basic Excel, presented by STEM Gateway as part of the Essential Academic Skills Enhancement, or EASE, workshop series. Before we begin, I want to make sure we are clear that this is by no means

More information

Monitor Qlik Sense sites. Qlik Sense Copyright QlikTech International AB. All rights reserved.

Monitor Qlik Sense sites. Qlik Sense Copyright QlikTech International AB. All rights reserved. Monitor Qlik Sense sites Qlik Sense 2.1.2 Copyright 1993-2015 QlikTech International AB. All rights reserved. Copyright 1993-2015 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik Sense,

More information

User s Guide. Using the R-Peridot Graphical User Interface (GUI) on Windows and GNU/Linux Systems

User s Guide. Using the R-Peridot Graphical User Interface (GUI) on Windows and GNU/Linux Systems User s Guide Using the R-Peridot Graphical User Interface (GUI) on Windows and GNU/Linux Systems Pitágoras Alves 01/06/2018 Natal-RN, Brazil Index 1. The R Environment Manager...

More information

QUICKTEST user guide

QUICKTEST user guide QUICKTEST user guide Toby Johnson Zoltán Kutalik December 11, 2008 for quicktest version 0.94 Copyright c 2008 Toby Johnson and Zoltán Kutalik Permission is granted to copy, distribute and/or modify this

More information

Jive Connects for IBM Sametime

Jive Connects for IBM Sametime Jive Connects for IBM Sametime TOC 2 Contents Jive Connects for IBM Sametime...3 System Requirements...3 Setting Up Sametime...3 Configuring Sametime Integration...4 Setting Up Sametime Integration...

More information

Quick Guide to American FactFinder

Quick Guide to American FactFinder Quick Guide to American FactFinder 1. Search Terms... 2 2. Finding Neighborhoods... 6 3. Downloading the Tables 13 4. Interpreting the Numbers... 18 Introduction The American FactFinder is a useful online

More information

General Guidelines: SAS Analyst

General Guidelines: SAS Analyst General Guidelines: SAS Analyst The Analyst application is a data analysis tool in SAS for Windows (version 7 and later) that provides easy access to basic statistical analyses using a point-and-click

More information

Module 1: Introduction RStudio

Module 1: Introduction RStudio Module 1: Introduction RStudio Contents Page(s) Installing R and RStudio Software for Social Network Analysis 1-2 Introduction to R Language/ Syntax 3 Welcome to RStudio 4-14 A. The 4 Panes 5 B. Calculator

More information

ICAR Parentage Analysis Accreditation for DNA Data Interpretation Centres - Applicant's Guide -

ICAR Parentage Analysis Accreditation for DNA Data Interpretation Centres - Applicant's Guide - ICAR Parentage Analysis Accreditation for DNA Data Interpretation Centres - Applicant's Guide - Overview This document serves as a guide for organizations that submit an application to ICAR for its Parentage

More information

The Analysis of RAD-tag Data for Association Studies

The Analysis of RAD-tag Data for Association Studies EDEN Exchange Participant Name: Layla Freeborn Host Lab: The Kronforst Lab, The University of Chicago Dates of visit: February 15, 2013 - April 15, 2013 Title of Protocol: Rationale and Background: to

More information

Release Note. Agilent Genomic Workbench 6.5 Lite

Release Note. Agilent Genomic Workbench 6.5 Lite Release Note Agilent Genomic Workbench 6.5 Lite Associated Products and Part Number # G3794AA G3799AA - DNA Analytics Software Modules New for the Agilent Genomic Workbench SNP genotype and Copy Number

More information

Excel Tips for Compensation Practitioners Weeks Text Formulae

Excel Tips for Compensation Practitioners Weeks Text Formulae Excel Tips for Compensation Practitioners Weeks 70-73 Text Formulae Week 70 Using Left, Mid and Right Formulae When analysing compensation data, you generally extract data from the payroll, the HR system,

More information

Development of linkage map using Mapmaker/Exp3.0

Development of linkage map using Mapmaker/Exp3.0 Development of linkage map using Mapmaker/Exp3.0 Balram Marathi 1, A. K. Singh 2, Rajender Parsad 3 and V.K. Gupta 3 1 Institute of Biotechnology, Acharya N. G. Ranga Agricultural University, Rajendranagar,

More information