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

Out of vertex space: Problem adjusting maxk value in locfit.raw #60

Closed
Somatogenomics opened this issue May 16, 2023 · 1 comment
Closed

Comments

@Somatogenomics
Copy link

@bmansfeld Thank you so much for your help with my previous question.

I have gotten some results, but since I used the default window size (1 Mb), I may have lost some potential genes of interest to my traits. Therefore, I went ahead and reduced the window size to 100 kb, 500 kb and 50 kb, but I got errors with all of them.

Error "newsplit: out of vertex space"

I tried to implement the solution prescribed by increasing the default value of maxk in locfit.raw function but got some errors in return. Below is my code to pass the new maxk value through the locfit.raw

runQTLseqAnalysis <- function(SNPset, windowSize, popStruc, bulkSize, replications, intervals, maxk = 250, ...) {

write the function copletely from "..."

fit <- locfit.raw(x, y, maxk = maxk, ...)

Continue with your function code...

}

What am I doing wrong here?

Thank you in anticipation

@bmansfeld
Copy link
Owner

Your window sizes are too small.
This error is directly attributed to using small window sizes.
Unfortunately if you tried a 1mb window and you got no signal then you might need to go back to your mapping population and select new bulks.
This is explained in the vignette too.

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