Description Usage Methods (by generic) Slots See Also Examples
A container for data parsed from the IPD-IMGT/HLA hla.xml file. Part of a HLAGene object.
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]
|
names
: Get sequence names from HLAAlleles.
length
: Get number of HLAAlleles.
c
: Combine HLAAllele objects.
[
: Subset HLAAllele objects.
[
: Subset HLAAllele objects.
[
: Subset HLAAllele objects.
locusname
A character
string.
sequence
A DNAStringSet object.
metadata
A DataFrame object.
features
A HLARangesList object.
read_hla_xml()
, parse_hla_alleles()
, HLARanges, HLAGene
1 | showClass("HLAAllele")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.