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 while using hg38 #5

Open
parvathisudha opened this issue Mar 14, 2024 · 1 comment
Open

Error while using hg38 #5

parvathisudha opened this issue Mar 14, 2024 · 1 comment

Comments

@parvathisudha
Copy link

parvathisudha commented Mar 14, 2024

Hi,

I am trying to use mmsig on the WGS data. My files are in hg38.
I am using COSMIC (v3.2) GRCh38 SBS as the reference file. I have also set refcheck = FALSE. Even then, few snvs are not recognized by the program.
Code:
smm_sig_outhg38 <- mm_fit_signatures(muts.input=snvs, sig.input=sig_ref_hg38, input.format = "vcf", sample.sigt.profs = NULL, strandbias = FALSE, bootstrap = TRUE, iterations = 20, refcheck=FALSE, cos_sim_threshold = 0.01, force_include = c("SBS13","SBS2"), dbg=TRUE)
Error:
Error in .Call2("C_solve_user_SEW", refwidths, start, end, width, translate.negative.coord, : solving row 36159: 'allow.nonnarrowing' is FALSE and the supplied start (78180144) is > refwidth + 1

Do you recommend to change any other parameters here while running the program for hg38 reference?

Thanks!
Parvathi.

@kunstner
Copy link

kunstner commented Jul 15, 2024

Did you find a solution to the problem? I'm running into the same issue. Probably, one has to perform a liftover to hg19.

edit: I forked the project and adjusted the code for GRCh38 (https://github.com/kunstner/mmsig)

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