HLAAllele-class: R6 Class '"HLAAllele""

Description Usage Methods (by generic) Slots See Also Examples

Description

A container for data parsed from the IPD-IMGT/HLA hla.xml file. Part of a HLAGene object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
## S4 method for signature 'HLAAllele'
names(x)

## S4 method for signature 'HLAAllele'
length(x)

## S4 method for signature 'HLAAllele'
c(x, ..., recursive = FALSE)

## S4 method for signature 'HLAAllele,numeric,missing,ANY'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'HLAAllele,logical,missing,ANY'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'HLAAllele,character,missing,ANY'
x[i, j, ..., drop = TRUE]

Methods (by generic)

Slots

locusname

A character string.

sequence

A DNAStringSet object.

metadata

A DataFrame object.

features

A HLARangesList object.

See Also

read_hla_xml(), parse_hla_alleles(), HLARanges, HLAGene

Examples

1
showClass("HLAAllele")

gschofl/hlatools documentation built on July 2, 2021, 10:59 a.m.