diff --git a/README.md b/README.md index ea6b6e0..9abe28a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ java -jar mutation-server-1.1.5.jar analyse-local --input --refe ``` ## Output Format -We report variants in a TAB delimited file including *SampleID, Position, Reference, Variant & Variant-Level*. Please not that the Variant-Level is always the non-reference level. We also include the the **most** and **second most base** at a specific position (so called Major/Minor Component). The last column includes the type of the variant (1: Homoplasmy, 2: Heteroplasmy or Low-Level Variant, 3: Low-Level Deletion, 4: Deletion, 5: Insertion). See [here](https://raw.githubusercontent.com/seppinho/mutation-server/master/test-data/results/variantsLocal1000G) for an example. +We report variants in a TAB-delimited file including *SampleID, Position, Reference, Variant & Variant-Level*. Please note that the Variant-Level always reports the non-reference level. The output file also includes the **most** and **second most base** at a specific position (so called Major/Minor Component) to check if the Major component is also the variant. The last column includes the type of the variant (1: Homoplasmy, 2: Heteroplasmy or Low-Level Variant, 3: Low-Level Deletion, 4: Deletion, 5: Insertion). See [here](https://raw.githubusercontent.com/seppinho/mutation-server/master/test-data/results/variantsLocal1000G) for an example. ## Citation If you use this tool, please cite [this paper](http://nar.oxfordjournals.org/content/early/2016/04/15/nar.gkw247.full).