Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In #183, MicroHapulator was updated to mark gap alleles as
-
instead of leaving them empty, causing the read to be discarded. This allows the user to distinguish between SNPs that are not covered by the read and SNPs that are covered by the read but have an alignment gap. The prevalence of reads with gaps can elucidate the presence of indel variants.In this PR, two new tables are added to report potentially problematic markers. Table 4.3 shows markers that have a high proportion of aligned reads (default >25%) that don't span all SNPs. Table 4.4 shows markers with a high proportion of reads (default >5%) containing alignment gaps. The presence of either such artifact is important for troubleshooting the success of a sequencing run and the analysis and interpretation of a typing result.
Closes #184.