neurogenomics / MAGMA_Celltyping

Find causal cell-types underlying complex trait genetics
https://neurogenomics.github.io/MAGMA_Celltyping
71 stars 31 forks source link

Add functions to import genes.out and genes.raw files into R #109

Closed bschilder closed 1 year ago

bschilder commented 2 years ago

Currently guessing what these columns actually are in the genes.raw files. I've taken an educated guess for the first several columns, and added HGNC symbols.

If anyone knows, please let me know:

Screenshot 2022-07-29 at 13 24 26

bschilder commented 2 years ago

Added an option to import_magma_files(return_tables=TRUE) to import the genes.out and genes.raw files as data.table via dedicated internal functions.