Description Usage Arguments Value Note Examples
Access completeness status
1 | is_complete(x, ...)
|
x |
A HLAGene or HLAAllele object. |
... |
Further arguments passed to methods. |
A logical vector.
A complete allelic sequence is defined as a sequence that includes 3'-UTR and 5'-UTR sequence, irrespective of whether the UTR sequences are complete.
1 2 3 4 5 | ## Not run:
x <- HLAGene("DPB1")
x[is_complete(x)]
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.