Learn R Programming

infercnv (version 0.8)

mask_non_DE_genes_basic: mask_non_DE_genes_basic()

Description

Mask gene expression in infercnv_obj based on expression values that are found statistically significantly different between tumor/normal based on specified statistical test.

Uses the expression data stored in infercnv_obj@expr.data

Usage

mask_non_DE_genes_basic(infercnv_obj, p_val_thresh = 0.05,
  test.use = "wilcoxon", center_val = mean(infercnv_obj@expr.data))

Arguments

infercnv_obj

infercnv object

p_val_thresh

p-value threshold for assigning DE statistically significant

test.use

statistical test to use. (default: "wilcoxon") alternatives include 'perm' or 't'.

center_val

value to assign to those genes that are not found to be statistically DE.

Value

infercnv_obj