View source: R/VariantSelection_VMR.R
VariantSelection_VMR | R Documentation |
This is an adaption of the VMR based selection of variants from Miller et al. This selection process is designed for ATAC data and not scRNAseq data.
VariantSelection_VMR(
SE,
stabilize_variance = TRUE,
low_coverage_threshold = 10,
minimum_fw_rev_reads = 2,
verbose = TRUE
)
SE |
SummarizedExperiment object. |
stabilize_variance |
Should the variance be stabilized by using the mean allele frequency for cells with a low coverage? Coverage threshold is set by low_coverage_threshold. |
low_coverage_threshold |
Cells below this threshold are set to the mean. |
minimum_fw_rev_reads |
How many forward and reverse reads should a cell have? Default = 2 |
verbose |
Should the function be verbose? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.