Learn R Programming

AllelicImbalance (version 1.10.2)

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