I want to open a dataset of gene-trait association using:
data = read.table(file.choose(), header = T)
attach(data)
View(data)
But instead of column name (510 traits), these headers are shown:
na, na.1, na.2, ..., na.509
Please find the attached data (ethical point: this data is free access from https://maayanlab.cloud/Harmonizome/dataset/dbGAP+Gene-Trait+Associations)
Thanks