Changes

From Genome Analysis Wiki
Jump to navigationJump to search
3,942 bytes removed ,  20:29, 29 January 2015
Line 63: Line 63:     
hjl
 
hjl
  −
= Full List of Options =
  −
  −
  −
The following table gives a brief description of all the parameters of '''Minimac3'''. A detailed description would be available soon.
  −
  −
{| border="1" cellpadding="2"
  −
|- bgcolor="lightgray"
  −
!  scope="col" width="200px" | Parameter
  −
!  scope="col" width="1225px" | Description
  −
|-
  −
| <font face=Courier>--refHaps filename </font>
  −
|  VCF file or <font face=Courier>M3VCF</font> file containing haplotype data for reference panel.
  −
|-
  −
| <font face=Courier>--passOnly</font>
  −
| If ON, only variants will FILTER=PASS will be recorded from reference VCF file (does NOT work on <font face=Courier>M3VCF</font> files yet). 
  −
|-
  −
| <font face=Courier>--haps filename </font>
  −
| File containing haplotype data for target (gwas) samples. Must be a VCF file.
  −
|-
  −
| <font face=Courier>--processReference</font>
  −
| This option will only convert an input VCF file to M3VCF format (maybe for a later run of imputation). If this option is ON, no imputation would be performed and thus all other parameters will be ignored (of course, except for parameters on Reference Haplotypes and Subsetting Options). This option also does parameter estimation using the reference panel and saves them in the M3VCF file (the estimation can be skipped with <font face=Courier>rounds = 0</font>)
  −
|-
  −
| <font face=Courier>--prefix output </font>
  −
| Prefix for all output files generated. By default: <font face=Courier>[Minimac3.Output]</font>
  −
|- 
  −
| <font face=Courier>--updateModel</font>
  −
| If ON, saved parameter estimates read from a M3VCF file will be further updated using the gwas samples. Will be ignored if VCF reference file. [Default: OFF]
  −
|-
  −
| <font face=Courier>--nobgzip</font>
  −
| If ON, output files will be NOT bgzipped.
  −
|-
  −
| <font face=Courier>--doseOutput</font>
  −
| If ON, imputed data will be output as dosage file as well [Default: OFF].
  −
|-
  −
| <font face=Courier>--hapOutput</font>
  −
| If ON, phased imputed data will be output as well [Default: OFF].
  −
|-
  −
| <font face=Courier>--format</font>
  −
| Specifies which fields to output for the FORMAT field in output VCF file. Available handles: <font face=Courier>GT,DS,GP </font>[Default: <font face=Courier>GT,DS</font>].
  −
|-
  −
| <font face=Courier>--chr 22</font>
  −
| Chromosome number for which we will carry out imputation.
  −
|-
  −
| <font face=Courier>--start 100000</font>
  −
| Start position for imputation by chunking. Would not work without <font face=Courier>--chr</font> option.
  −
|-
  −
| <font face=Courier>--end 200000</font>
  −
| End position for imputation by chunking. Would not work without <font face=Courier>--chr</font> option.
  −
|-
  −
| <font face=Courier>--window 5000</font>
  −
| Length of buffer region on either side of <font face=Courier>--start</font> and <font face=Courier>--end</font>. By default = 0.
  −
|-
  −
| <font face=Courier>--rec</font>
  −
| Recombination File from previous run of Minimac/Minimac3. (<font face=Courier>--err</font> parameter must also be provided, if using this handle)
  −
|-
  −
| <font face=Courier>--err</font>
  −
| Error File from previous run of Minimac/Minimac3. (<font face=Courier>--rec</font> parameter must also be provided, if using this handle)
  −
|-
  −
| <font face=Courier>--rounds 5</font>
  −
| Rounds of optimization for model parameters, which describe population recombination rates and per SNP error rates. By default = 5.
  −
|-
  −
| <font face=Courier>--states 200</font>
  −
| Maximum number of reference (or target) haplotypes to be examined during parameter optimization. By default = 200.
  −
|-
  −
| <font face=Courier>--help</font>
  −
| A short help on options.
  −
|-
  −
| <font face=Courier>--cpus 5</font>
  −
| Number of cpus for parallel computing. Would work only with Minimac3-omp.
  −
|-
  −
| <font face=Courier>--noPhoneHome</font>
  −
| If ON, code will NOT send a SUCCESS/FAILURE status of the execution to home server.
  −
|-
  −
| <font face=Courier>--phoneHomeThinning 50</font>
  −
| Percentage probability of sending SUCCESS/FAILURE status of the execution to home server [Default: 50%]
  −
|}
      
= Download =
 
= Download =
487

edits

Navigation menu