Learn R Programming

infercnv (version 0.8.2)

remove_outliers_norm: remove_outliers_norm()

Description

Set outliers to some upper or lower bound.

Usage

remove_outliers_norm(infercnv_obj, out_method = "average_bound",
  lower_bound = NA, upper_bound = NA)

Arguments

infercnv_obj

infercnv_object

out_method

method for computing the outlier bounds (default: "average_bound", involving determining the range of values for each cell, and then taking the mean of those bounds.)

lower_bound

setting the lower bound for the data (default: NA, uses out_method above)

upper_bound

setting the upper bound for the data (default: NA, uses out_method above)

Value

infercnv_obj with data bounds set accordingly.