Learn R Programming

humarray (version 1.2)

ImmunoChipB37: ImmunoChip annotation object (built-in)

Description

Dataset. This object contains chromosome, position, chip SNP labels, SNP rs-ids, for immunochip, plus allele codes based on a UVA/Sanger T1D dataset, which should be updated for use with a different dataset with different allele coding (however the position and rs-id information should still be applicable. The data is in build 37 coordinates as a ChipInfo object, but using functions convTo36 or convTo38 from the humarray package can easily convert this to build 36 or 38.

Arguments

Format

An object of class GRanges

See Also

convTo38 convTo36 A1

Examples

Run this code
# NOT RUN {
data(ImmunoChipB37)
# }
# NOT RUN {
ImmunoChipB36 <- convTo36(ImmunoChipB37) 
# }

Run the code above in your browser using DataLab