Description Usage Arguments Details Value Author(s) Examples
Performs a bimodality test at multiple defined bin sizes across the genome using a sliding window approach.
1 | exprFinder(se, ranges, binWidth, binStep, threshold = NULL, threads = 1)
|
se |
A SummarizedExperiment containing the nromalised gene expression data. |
ranges |
A GRanges object containing the genomic regions to scan. |
binWidth |
The length of each bin. |
binStep |
The distance the bin will slide. |
threshold |
Optional. The quantile threshold of expression variation of genes to be used at each bin. Default is NULL. |
threads |
Total number of threads to be used. Default is 1. |
Uses a sliding window approach to scan over a defined genomic region. It automatically performs a bimodal test and calculates Hartigan's dip test statistic for unimodality and returns a data frame listing each bin and the statistical likelihood of a duplication or deletion.
Returns a data frame containing the genomic locations of each bin and bimodality statistics.
Benjamin Mayne
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.