Description Usage Arguments Value Author(s) Examples
Uses a negative binomial test to determine if a variant is mono-allelically expressed.
1 |
data |
A data.frame containing allelic counts. |
minCoverage |
minimum total allelic count. Default is 10. |
disp |
Gene dispersion for the NB test. Default is 0.05. |
independentFiltering |
Parameter that affects the multiple testing. Default is FALSE. |
Mono-allelic results table containing original counts plus p-value, p-adjusted and freqALT columns.
Vicente Yepez, Christian Mertes
1 2 3 | file <- system.file("extdata", "allelic_counts_HG00187.csv", package = "tMAE", mustWork = TRUE)
maeCounts <- fread(file)
DESeq4MAE(maeCounts)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.