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

error running pipeline_qc_copynumbercalls() #5

Open
chelauk opened this issue May 3, 2024 · 3 comments
Open

error running pipeline_qc_copynumbercalls() #5

chelauk opened this issue May 3, 2024 · 3 comments

Comments

@chelauk
Copy link

chelauk commented May 3, 2024

Hi

I am running some whole genome analysis but I am getting the attached error

using mutect2 and sequenza

run this
fit <- pipeline_qc_copynumbercalls( mutations = snv_marked, cna = cna_calls, purity = 0.99, smooth = TRUE, reference = "GRCh38", description = "PANORAMA_022_R1T2", ccf_method = "ROUGH", peak_method = "closest", purity_error = 0.03 )
error_output.txt

any help ideas appreciated

@caravagn
Copy link
Owner

caravagn commented May 3, 2024

Mmmm looks like some error possibly when looking at 2:2 mutations. Since I see

2:2 [n = 5, L = 2 Mb]

are they just too few mutations? Can you double check that the erorr is gone if you drop that segment?

@chelauk
Copy link
Author

chelauk commented May 6, 2024

Mmmm looks like some error possibly when looking at 2:2 mutations. Since I see

2:2 [n = 5, L = 2 Mb]

are they just too few mutations? Can you double check that the erorr is gone if you drop that segment?

I get a similar error after removing that segment...

cna_qcerr2.txt

@chelauk
Copy link
Author

chelauk commented May 6, 2024

fit <- pipeline_qc_copynumbercalls(
mutations = snv_marked,
cna = cna_calls,
purity = 0.99,
smooth = TRUE,
reference = "GRCh38",
description = "PANORAMA_022_R1T2",
ccf_method = "ROUGH",
peak_method = "closest",
purity_error = 0.03
)
snv_marked.csv.gz
cna_calls.csv

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