You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working from the example code for FINEMAP in Finemap 1.1. However, when I try to print out_finemap:
out_finemap <- run_finemap(z1, ld1, n1, args = "--n-causal-snps 3") # if not using test, make it z1
print(out_finemap)
plot(out_finemap, label_size = 3, grid_ncol = 1)
I get the following error: Error in seq.default(1, x$num_loci) : 'to' must be of length 1
It seems that out_finemap does not have a num_loci property, nor many of the properties mentioned within the FinemaprFinemap print function, including snps_finemap, snps_missing_finemap, snps_zscore, etc. Enclosed is a picture:
Could you help me figure out what my issue might be?
The text was updated successfully, but these errors were encountered:
This issue also seems to happen with printing out_paintor after I run out_paintor <- run_paintor(z1, ld1, n1, args = "-enumerate 3") using Paintor v3.0.
Paintor runs sucessfully but I get the error: Error in seq.default(1, x$num_loci) : 'to' must be of length 1
I am working from the example code for FINEMAP in Finemap 1.1. However, when I try to print out_finemap:
I get the following error:
Error in seq.default(1, x$num_loci) : 'to' must be of length 1
It seems that out_finemap does not have a num_loci property, nor many of the properties mentioned within the FinemaprFinemap print function, including snps_finemap, snps_missing_finemap, snps_zscore, etc. Enclosed is a picture:
Could you help me figure out what my issue might be?
The text was updated successfully, but these errors were encountered: