rmOutliers function

A function to remove outliers from the "score" column of a supplied bed dataframe There are three methods: max, IQR and median. Max is used to remove 1 or more maximum values; IQR uses interquartile range to detect outliers, while median method can be used to remove data based on genome-wide median.

  • Maintainer: Dzmitry G Batrakou
  • License: GPL-3
  • Last published: 2022-09-13

Useful links