RiskVariant-class: RiskVariant class

Description Usage Arguments Details Author(s) Examples

Description

Object that holds results from AI detection.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
## 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

Arguments

x

RiskVariant object or list of RiskVariants

value

argument used for replacement

return.class

type of class returned eg. "list or ""array".

Details

The RiskVariant-class contains

Author(s)

Jesper R. Gadin, Lasse Folkersen

Examples

1
#some code

AllelicImbalance documentation built on Nov. 8, 2020, 6:52 p.m.