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

incorrect number of dimensions #16

Open
sbenvari opened this issue Apr 24, 2024 · 0 comments
Open

incorrect number of dimensions #16

sbenvari opened this issue Apr 24, 2024 · 0 comments

Comments

@sbenvari
Copy link

Hi,

While running my bugwas script, I encountered an error that I didn't encounter with a different dataset. Here's the code I used:
library(bugwas)
gen<-"/mnt/shared/scratch/sbenvari/bugwas/data/gemma_gen_fileP.txt"
pheno<-"/mnt/shared/scratch/sbenvari/bugwas/data/st131_pheno.txt"
phylo<-"/mnt/shared/scratch/sbenvari/bugwas/data/clean.full.final_tree.tre"
prefix<-"bugwasP"
gem.path <-"/mnt/shared/scratch/sbenvari/apps/conda/bin/gemma"
data <- lin_loc(gen = gen, pheno = pheno, phylo = phylo, prefix = prefix, gem.path = gem.path)

The error message I received is as follows:
Biallelic data processed successfully.
Error in XX[[i]][, 1] : incorrect number of dimensions
Calls: lin_loc -> get_tritetra -> run_lmm_multi -> matrix
Execution halted

Could you please help me resolve this error?

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

1 participant