Here’s an example of a correctly formatted geneset upload file:
ENSMUSG00000026842 |
ENSMUSG00000026003 |
ENSMUSG00000029545 |
ENSMUSG00000023328 |
ENSMUSG00000028405 |
ENSMUSG00000026836 |
.gz
format..gz
Format:.gz
format before uploading.library(R.utils) write.table(test_dat, file = "test_dat_R.txt", sep = "\t", row.names = FALSE, col.names = TRUE, quote = FALSE) gzip("test_dat_R.txt", destname = "test_dat_R.gz", overwrite = TRUE)
Here’s an example of a correctly formatted input file:
SNP_ID | CHR | POS | A1 | A2 | Beta | SE | Pval |
---|---|---|---|---|---|---|---|
rs11130222 | 3 | 49901060 | A | T | 0.026 | 0.003 | 4.581e-25 |
rs2883059 | 3 | 49902160 | T | C | 0.026 | 0.003 | 7.149e-25 |
rs3796386 | 3 | 49899795 | A | G | -0.026 | 0.003 | 8.883e-25 |
rs55692411 | 3 | 49911155 | A | G | -0.026 | 0.002 | 1.045e-24 |
rs952594 | 3 | 49908023 | A | G | -0.026 | 0.002 | 1.291e-24 |
rs34654589 | 3 | 49911449 | C | G | 0.026 | 0.002 | 1.549e-24 |