ADNI GO & 2 APOE Genotypes

data(apoego2)

Format

A data frame with 908 rows and 14 variables

Details

A dataset with variables as follows:

  • RID N NA Participant roster ID

  • SITEID N NA Site ID

  • VISCODE T NA Visit code

  • USERDATE S NA Date record created

  • USERDATE2 S NA Date record last updated

  • APTESTDT D NA Date Test Performed

  • APGEN1 N NA Genotype - Allele 1

  • APGEN2 N NA Genotype - Allele 2

  • APVOLUME N NA Volume of Blood Shipped in Lavendar Top Tube

  • APRECEIVE N NA Sample recieved within 24 hours of blood draw?

  • APAMBTEMP N NA Sample shipped at ambient temperature?

  • APRESAMP N NA Request Resample?

  • APUSABLE N NA Sample Useable?

Examples

if (FALSE) {
describe(apoego2)
}