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

Titan reporting very short CNVs #60

Open
d-henness opened this issue Dec 17, 2018 · 1 comment
Open

Titan reporting very short CNVs #60

d-henness opened this issue Dec 17, 2018 · 1 comment

Comments

@d-henness
Copy link
Contributor

I'm running PhyloWGS with Titan and I'm getting an error that says I have CNVs with the same start and end locations. When I look as the segs.txt file for that sample, I see that there are indeed several CNVs with very short lengths. This seems strange to me, can anyone suggest a reason this might be happening?

@gavinha
Copy link
Owner

gavinha commented Dec 19, 2018

Hi @d-henness

My guess is that you have some noisy outliers that are being called as individual segments. You can either exclude these segments prior to PhyloWGS.

You can also try to re-run TITAN using parameters that may help to smooth over these data points. Increase the value for the argument txnExpLen.

make_option(c("--txnExpLen"), type = "numeric", default = 1e15,
help = "Expected length of segments; higher leads to longer (less sensitive) segments; float [Default: %default]"),

If you are using the snakemake workflow, you can adjust the values in config.yaml

TitanCNA_txnExpLen: 1e15

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