runVst | R Documentation |
Performs variance stabilization transformation of the bin counts
runVst(scCNA, transformation = c("ft", "log"), assay = "bincounts")
scCNA |
The scCNA object |
transformation |
A character indicating the variance stabilization transformation to be performed. See runVst details. |
assay |
A character indicating the assay slot to extract the bincounts for variance stabilization |
runVst
performs variance stabilization to reduce the overdispersion
from the negative binomial distribution nature of the bin counts and reduce
technical bias. The argument vst
controls the choice of the transformation
allowing either the Freeman-Tukey transformation by using the option 'ft' (recommended)
or a logarithmic transformation with the option 'log'. Using a 'log' transformation
may result in long segmentation times for a few cells with large breakpoint counts.
A slot into the scCNA object containing the variance stabilized matrix.
Freeman, M. F.; Tukey, J. W. (1950), "Transformations related to the angular and the square root", The Annals of Mathematical Statistics, 21 (4), pp. 607–611, doi:10.1214/aoms/1177729756, JSTOR 2236611
copykit_obj <- mock_bincounts(ncells = 10)
copykit_obj <- runVst(copykit_obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.