MRI And Alzheimers
Magnetic Resonance Imaging Comparisons of Demented and Nondemented Adults
@kaggle.jboysen_mri_and_alzheimers
Magnetic Resonance Imaging Comparisons of Demented and Nondemented Adults
@kaggle.jboysen_mri_and_alzheimers
The Open Access Series of Imaging Studies (OASIS) is a project aimed at making MRI data sets of the brain freely available to the scientific community. By compiling and freely distributing MRI data sets, we hope to facilitate future discoveries in basic and clinical neuroscience. OASIS is made available by the Washington University Alzheimer’s Disease Research Center, Dr. Randy Buckner at the Howard Hughes Medical Institute (HHMI)( at Harvard University, the Neuroinformatics Research Group (NRG) at Washington University School of Medicine, and the Biomedical Informatics Research Network (BIRN).
When publishing findings that benefit from OASIS data, please include the following grant numbers in the acknowledgements section and in the associated Pubmed Central submission: P50 AG05681, P01 AG03991, R01 AG021910, P20 MH071616, U24 RR0213
Can you predict dementia? Alzheimer’s?
CREATE TABLE oasis_cross_sectional (
"id" VARCHAR,
"m_f" VARCHAR,
"hand" VARCHAR,
"age" BIGINT,
"educ" DOUBLE,
"ses" DOUBLE,
"mmse" DOUBLE,
"cdr" DOUBLE,
"etiv" BIGINT,
"nwbv" DOUBLE,
"asf" DOUBLE,
"delay" DOUBLE
);CREATE TABLE oasis_longitudinal (
"subject_id" VARCHAR,
"mri_id" VARCHAR,
"group" VARCHAR,
"visit" BIGINT,
"mr_delay" BIGINT,
"m_f" VARCHAR,
"hand" VARCHAR,
"age" BIGINT,
"educ" BIGINT,
"ses" DOUBLE,
"mmse" DOUBLE,
"cdr" DOUBLE,
"etiv" BIGINT,
"nwbv" DOUBLE,
"asf" DOUBLE
);Anyone who has the link will be able to view this.