Learn R Programming

infercnv (version 0.8)

clear_noise_via_ref_mean_sd: clear_noise_via_ref_mean_sd()

Description

Define noise based on the standard deviation of the reference cell expression data. The range to remove noise would be mean +- sdev * sd_amplifier where sd_amplifier expands the range around the mean to be removed as noise. Data points defined as noise are set to zero.

Usage

clear_noise_via_ref_mean_sd(infercnv_obj, sd_amplifier = 1.5)

Arguments

infercnv_obj

infercnv_object

sd_amplifier

multiplicative factor applied to the standard deviation to alter the noise range (default: 1.5)