Description Usage Arguments Details Value Author(s) Examples
an allele frequency array
1 2 3 4 5 6 7 8 9 | getDefaultMapBiasExpMean(alleleCountList, ...)
getDefaultMapBiasExpMean3D(alleleCountList, ...)
## S4 method for signature 'list'
getDefaultMapBiasExpMean(alleleCountList)
## S4 method for signature 'ANY'
getDefaultMapBiasExpMean3D(alleleCountList)
|
alleleCountList |
A |
... |
parameters to pass on |
This function will assume there is no bias that comes from the mapping of reads, and therefore create a matrix with expected frequency of 0.5 for each allele.
getDefaultMapBiasExpMean
returns a matrix with a default
expected mean of 0.5 for every element.
Jesper R. Gadin, Lasse Folkersen
1 2 3 4 5 6 | #load example data
data(ASEset)
#access SnpAfList
alleleCountList <- alleleCounts(ASEset)
#get default map bias exp mean
matExpMean <- getDefaultMapBiasExpMean(alleleCountList)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.