Set outliers to some upper or lower bound.
remove_outliers_norm(infercnv_obj, out_method = "average_bound",
lower_bound = NA, upper_bound = NA)
infercnv_object
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.)
setting the lower bound for the data (default: NA, uses out_method above)
setting the upper bound for the data (default: NA, uses out_method above)
infercnv_obj with data bounds set accordingly.