R Dataset / Package gap / hla

On this R-data statistics page, you will find information about the hla data set which pertains to The HLA data. The hla data set is found in the gap R package. You can load the hla data set in R by issuing the following command at the console data("hla"). This will load the data into a variable called hla. If R says the hla data set is not found, you can try installing the package by issuing this command install.packages("gap") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the hla R data set. The size of this file is about 5,845 bytes.

The HLA data

Description

This data set contains HLA markers DRB, DQA, DQB and phenotypes of 271 Schizophrenia patients (y=1) and controls (y=0). Genotypes for 3 HLA loci have prefixes name (e.g., "DQB") and a suffix for each of two alleles (".a1" and ".a2").

Usage

data(hla)

Format

A data frame containing 271 rows and 8 columns

Source

Dr Padraig Wright of Pfizer

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-gap-hla.html" width="100%" height="100%" style="border:0px"></iframe>