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

.Call2 error #9

Open
yoonjuy opened this issue Dec 15, 2022 · 3 comments
Open

.Call2 error #9

yoonjuy opened this issue Dec 15, 2022 · 3 comments

Comments

@yoonjuy
Copy link

yoonjuy commented Dec 15, 2022

Using a DRAGEN Enrichment-created VCF as the input, I obtain the following error:

Error in .Call2("C_solve_user_SEW", refwidths, start, end, width, translate.negative.coord, :
solving row 1224: 'allow.nonnarrowing' is FALSE and the supplied start (181121150) is > refwidth + 1

Thanks for your help in advance.

@luannnguyen
Copy link
Collaborator

Hi,

What ref genome are you using? The default is hg19, but if youre using hg38 you'll have to manually specify the hg38 BSGenome.

Luan

@yoonjuy
Copy link
Author

yoonjuy commented Dec 15, 2022

Gotcha--that did the trick. Thank you!

Sorry one more (separate) question--is there a plot function in this package?

Thanks again.

@luannnguyen
Copy link
Collaborator

luannnguyen commented Dec 15, 2022

No problem!

Yes you can use plotContexts(x), where x is a matrix/dataframe with rows being samples and cols being mutation contexts.
See:

plotContexts <- function(

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