Closed geneticsmcgill closed 6 years ago
Please upload a text file or paste something to https://gist.github.com/. The file you uploaded doesn't appear to be a valid excel file.
The posted file (which opens in Excel 2016) has column names that are lower-case where qqman expects upper-case names. Once these are changed to upper-case, the file works fine. Alternatively, the chr, bp, p, and snp options can be used in the manhattan() call, as follows:
ex_data <- readxl::read_excel("ETtrait1polygenicv4.xlsx")
manhattan(ex_data, snp = "snp", chr = "chr", bp = "bp", p = "p")
SATAlLSNP1.xlsx The same problem with me also. It always shows manhattan(SATAlLSNP1) : Column CHR not found!
SATAlLSNP1.xlsx The same problem with me also. It always shows manhattan(SATAlLSNP1) : Column CHR not found!
Kindly help me in plotting this
Hello,
I've been trying to plot some sample data with the manhattan() function and it keeps saying this:
I was wondering if you had any advice on how to proceed? Thank you so much for the wonderful program. I've attached the dataset as well. :) ETtrait1polygenicv4.xlsx