# HG changeset patch
# User jjohnson
# Date 1448290602 18000
# Node ID 4f78281c42ffab6491845e045c23532b3ee988b5
# Parent 61fc10014a9e62fa546c5fcb97f5345415ea7c68
Uploaded
diff -r 61fc10014a9e -r 4f78281c42ff optitype.xml
--- a/optitype.xml Mon Nov 23 09:00:07 2015 -0500
+++ b/optitype.xml Mon Nov 23 09:56:42 2015 -0500
@@ -62,8 +62,8 @@
-
-
+
+
@@ -79,9 +79,37 @@
**OptiType**
============
+OptiType_ is a novel HLA genotyping algorithm based on integer linear programming, capable of producing accurate 4-digit HLA genotyping predictions from NGS data by simultaneously selecting all major and minor HLA Class I alleles.
+
+**INPUTS**
+
+ RNA or DNA sequences in fastq format.
+
+**OPTIONS**
+
+ --beta The beta value for for homozygosity detection (see cited paper).
+ Default: 0.009. Handle with care.
+ --enumerate Number of enumerations.
+ OptiType will output the optimal solution and the top N-1 suboptimal solutions in the results.
+ Default: 1
+
+
+**OUTPUTS**
+
+ result.tsv A TAB-separated file of HLA genotyping predictions:
+
+ ::
+
+ A1 A2 B1 B2 C1 C2 Reads Objective
+ 0 A*31:01 A*68:01 B*40:01 B*51:01 C*15:02 C*03:04 132 128.43599999999998
+
+
+ coverage_plot.pdf Plots of coverage of HLA genotyping predictions
+
+.. _OptiType: https://github.com/FRED-2/OptiType
]]>
- 10.1093/bioinformatics/btu548. Epub 2014 Aug 20.
+ 10.1093/bioinformatics/btu548