Hello! Please tell me how can I create a manhattan plot and qq plot from association plink output file .assoc?
When I upload a file to the R workspace, an error appears:
Error in load("C:/Users/lenovo/Desktop/testGMstado2dbdbbd1.qassoc") :
Incorrect file magic number (file may be corrupted) - data not loaded
file ‘testGM.qassoc’ has magic number ' CHR '
Use of save versions prior to 2 is deprecated
! When I upload a file to the workspace via Import dataset it opens, column names are shown ! but manhattan does not work
Is there a way to fix this problem? Is there any other program for building QQ or Mplot? The ManhattanPlotter-master program is not suitable, since I work with the sheep genome. Sorry for my bad english. Thanks!
Use
read.table()
in place ofload()
.Kevin