inferGenotypes: infererence of genotypes from ASEset count data

Description Usage Arguments Details Author(s) Examples

Description

inference of genotypes

Usage

1
2
3
4
5
6
7
8
inferGenotypes(
  x,
  strand = "*",
  return.class = "matrix",
  return.allele.allowed = "bi",
  threshold.frequency = 0,
  threshold.count.sample = 1
)

Arguments

x

ASEset

strand

strand to infer from

return.class

'matrix' or 'vector'

return.allele.allowed

vector with 'bi' 'tri' or 'quad'. 'uni' Always gets returned

threshold.frequency

least fraction to classify (see details)

threshold.count.sample

least amount of counts to try to infer allele

Details

Oftern necessary information to link AI to SNPs outside coding region

Author(s)

Jesper R. Gadin

Examples

1
2

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