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

About Chromosome Y #71

Open
guanghaoli opened this issue Apr 11, 2019 · 2 comments
Open

About Chromosome Y #71

guanghaoli opened this issue Apr 11, 2019 · 2 comments

Comments

@guanghaoli
Copy link

I have run TItanCNA for many times and found that the result doesn't contain Y chromosome. The manual of TItanCNA has said that TITAN converts chromosome X-> 23 and Y->24. Why do the results of Y chromosome disappear?
Here is my log file:
Parsing: fixedStep chrom=1 start=1 step=1000 span=1000
Parsing: fixedStep chrom=2 start=1 step=1000 span=1000
Parsing: fixedStep chrom=3 start=1 step=1000 span=1000
Parsing: fixedStep chrom=4 start=1 step=1000 span=1000
Parsing: fixedStep chrom=5 start=1 step=1000 span=1000
Parsing: fixedStep chrom=6 start=1 step=1000 span=1000
Parsing: fixedStep chrom=7 start=1 step=1000 span=1000
Parsing: fixedStep chrom=8 start=1 step=1000 span=1000
Parsing: fixedStep chrom=9 start=1 step=1000 span=1000
Parsing: fixedStep chrom=10 start=1 step=1000 span=1000
Parsing: fixedStep chrom=11 start=1 step=1000 span=1000
Parsing: fixedStep chrom=12 start=1 step=1000 span=1000
Parsing: fixedStep chrom=13 start=1 step=1000 span=1000
Parsing: fixedStep chrom=14 start=1 step=1000 span=1000
Parsing: fixedStep chrom=15 start=1 step=1000 span=1000
Parsing: fixedStep chrom=16 start=1 step=1000 span=1000
Parsing: fixedStep chrom=17 start=1 step=1000 span=1000
Parsing: fixedStep chrom=18 start=1 step=1000 span=1000
Parsing: fixedStep chrom=19 start=1 step=1000 span=1000
Parsing: fixedStep chrom=20 start=1 step=1000 span=1000
Parsing: fixedStep chrom=21 start=1 step=1000 span=1000
Parsing: fixedStep chrom=22 start=1 step=1000 span=1000
Parsing: fixedStep chrom=X start=1 step=1000 span=1000
Parsing: fixedStep chrom=Y start=1 step=1000 span=1000
Sorting by decreasing chromosome size
Correcting Tumour
Applying filter on data...
Correcting for GC bias...
Correcting for mappability bias...
Correcting Normal
Applying filter on data...
Correcting for GC bias...
Correcting for mappability bias...
Normalizing Tumour by Normal
Warning messages:
1: In scan(file = file, what = what, sep = sep, quote = quote, dec = dec, :
EOF within quoted string
2: In scan(file = file, what = what, sep = sep, quote = quote, dec = dec, :
EOF within quoted string
3: In scan(file = file, what = what, sep = sep, quote = quote, dec = dec, :
EOF within quoted string
4: In scan(file = file, what = what, sep = sep, quote = quote, dec = dec, :
EOF within quoted string
Removed Chrs:
Warning message:
In scan(file = file, what = what, sep = sep, quote = quote, dec = dec, :
EOF within quoted string
titan: Running HMM...
fwdBack: Iteration 1 chr: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23

You can see that the input file have 24 chromosomes. While the program iterates in HMM, there are only 23 chromosomes. How does it happen?

@gavinha
Copy link
Owner

gavinha commented Apr 17, 2019

Hi @guanghaoli

By default, the script excludes chrY. If you are using the snakemake workflow, you can modify this in the config.yaml file. Otherwise, you may have to adjust your arguments for the R scripts.

Best,
Gavin

@guanghaoli
Copy link
Author

Thank you Gavin @gavinha. I'll try to adjust the arguments.

Best,
Guanghao

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