Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get forward and reverse support counts for Scylla merged variants #54

Open
argoat opened this issue Aug 24, 2020 · 1 comment
Open

get forward and reverse support counts for Scylla merged variants #54

argoat opened this issue Aug 24, 2020 · 1 comment

Comments

@argoat
Copy link

argoat commented Aug 24, 2020

Dears,

After merging neighboring INDELs and SNVs into complex indels, i don't see any information indicating forward and reverse support counts of merged variants from Scylla output .vcf file. How do i get these counts?

Thanks!

@tamsen
Copy link
Contributor

tamsen commented Aug 28, 2020

Hi,

Thanks for using Pisces!

Scylla will give support counts for unmerged indels (see below for various options), but as for support counts for merged complex variants, the feature does not yet exist. The read-counting strategy for phased variants is pretty murky, because Scylla merges variants by clustering, even if they are on non-overlapping reads. How to summarize that into counts gets tricky. Its certainly doable, but doing it right would take some under the hood remodeling, so we have held off getting into it so far.

best
Tamsen

VCF_WRITER:
--gvcf BOOL Output gVCF files, 'true' or 'false'
--crushvcf BOOL To crush vcf output to one line per loci
--reportnocalls BOOL 'true' or 'false'. default, false
--reportrccounts
BOOL Report collapsed read count, When BAM files
contain X1 and X2 tags, output read counts for
duplex-stitched, duplex-nonstitched, simplex-
stitched, and simplex-nonstitched. 'true' or
'false'. default, false
--reporttscounts
BOOL Report collapsed read count by different
template strands, Conditional on ReportRcCounts,
output read counts for duplex-stitched, duplex-
nonstitched, simplex-forward-stitched, simplex-
forward-nonstitched, simplex-reverse-stitched,
simplex-reverse-nonstitched. 'true' or 'false'.
default, false
--reportsuspiciouscoveragefraction
BOOL Report fraction of total coverage (for
spanning variants, this is start + end coverage,
so up to double the reported coverage) that is
'suspicious' i.e. unanchored and bearing some
resemblance to an insertion at that site.
'true' or 'false'. default, false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants