initialize-RiskVariant {AllelicImbalance} | R Documentation |
Functions to construct RiskVariant objects
RiskVariantFromGRangesAndPhaseArray(x, phase, ...)
x |
GRanges object for the SNPs |
phase |
array with phaseinfo |
... |
internal arguments |
produces a class container for reference bias calculations
Jesper R. Gadin, Lasse Folkersen
data(ASEset) #p <- getPhaseFromSomewhere #rv <- RiskVariantFromGRangesAndPhaseArray(x=GRvariants, phase=p)