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
We are obtaining an error while running the FOGS.R script with these commands but cannot say with certainty at what line in the script it is erroring out. But we believe it is approximately after line 191. The errors have been pasted below -
~/FOGS/ENSG00000255621.prune.out
.
4
ERROR : subscript out of bounds
ERROR : subscript out of bounds
ERROR : subscript out of bounds
ERROR : undefined columns selected
ERROR : undefined columns selected
ERROR : subscript out of bounds
ERROR : subscript out of bounds
ERROR : subscript out of bounds
ERROR : subscript out of bounds
ERROR : subscript out of bounds
ERROR : subscript out of bounds
ERROR : subscript out of bounds
ERROR : undefined columns selected
ERROR : undefined columns selected
ERROR : subscript out of bounds
ERROR : subscript out of bounds
ERROR : subscript out of bounds
Error in `[<-.data.frame`(`*tmp*`, , "casual.id", value = NA_real_) :
replacement has 1 row, data has 0
Calls: [<- -> [<-.data.frame
Execution halted
The text was updated successfully, but these errors were encountered:
Thank you for your question. The reason is that --weights ~/FOCUS/mashr_Thyroid2.txt
--genelist ~/FOCUS/mashr_Thyroid_genelist_unique.txt \
have non-overlapping SNPs. I think you should check the weights to make sure it has the correct inputs. If needed, you can send me the codes and I will help you debug this. Thank you!
Hi,
We are trying to run FOGS.R in command line (after loading in plink and R) using the following commands:
We are obtaining an error while running the FOGS.R script with these commands but cannot say with certainty at what line in the script it is erroring out. But we believe it is approximately after line 191. The errors have been pasted below -
The text was updated successfully, but these errors were encountered: