Learn R Programming

AllelicImbalance (version 1.8.3)

initialize-RiskVariant: Initialize RiskVariant

Description

Functions to construct RiskVariant objects

Usage

riskVariantFromGRangesAndPhaseArray(x, phase, ...)

Arguments

x
GRanges object for the SNPs
phase
array with phaseinfo
...
internal arguments

Details

produces a class container for reference bias calculations

Examples

Run this code
data(ASEset)
#p <- getPhaseFromSomewhere
#rv <- riskVariantFromGRangesAndPhaseArray(x=GRvariants, phase=p)

Run the code above in your browser using DataLab