RiskVariant-class {AllelicImbalance} | R Documentation |
Object that holds results from AI detection.
## S4 method for signature 'RiskVariant' ref(x) ## S4 replacement method for signature 'RiskVariant,ANY' ref(x) <- value ## S4 method for signature 'RiskVariant' alt(x) ## S4 replacement method for signature 'RiskVariant,ANY' alt(x) <- value ## S4 method for signature 'RiskVariant' phase(x, return.class = "matrix") ## S4 replacement method for signature 'RiskVariant' phase(x) <- value
x |
RiskVariant object or list of RiskVariants |
value |
argument used for replacement |
return.class |
type of class returned eg. "list or ""array". |
... |
pass arguments to internal functions |
The RiskVariant-class contains
Jesper R. Gadin, Lasse Folkersen
#some code