Description Usage Arguments Details Author(s) Examples
inference of genotypes
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
)
|
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 |
Oftern necessary information to link AI to SNPs outside coding region
Jesper R. Gadin
1 2 | data(ASEset)
g <- inferGenotypes(ASEset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.