mapBiasRef {AllelicImbalance}R Documentation

mapBias for reference allele

Description

Create a matrix of bias for the reference allele

Usage

mapBiasRef(x, ...)

## S4 method for signature 'ASEset'
mapBiasRef(x)

Arguments

x

ASEset object

...

internal arguments

Details

select the expected frequency for the reference allele

Author(s)

Jesper R. Gadin, Lasse Folkersen

Examples


#load example data
data(ASEset)
a <- ASEset

mat <- mapBiasRef(a) 


[Package AllelicImbalance version 1.22.0 Index]