normalizeMirroredBAFsByRegions.matrix | R Documentation |
Normalizes region-level mirrored allele B fractions (mBAFs) for heterozygous and homozygous SNPs by rescaling both equally much such that the normalized homozygous mBAFs become exactly or close to their expected values (which is at zero and one).
## S3 method for class 'matrix'
normalizeMirroredBAFsByRegions(data, flavor=c("plain", "total"), ..., verbose=FALSE)
data |
A |
flavor |
A |
... |
Additional arguments passed |
verbose |
See |
The mBAFs for heterozygous SNPs are also known as the Decrease in Heterozygosity signals (DHs).
A numeric
matrix
of the same dimensions as argument data
.
Henrik Bengtsson, Pierre Neuvial
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.