Filter scatterplot data with quantile threshold on both axes
Source:R/utils.R
dot-filter_scatter_data.Rd
Filter scatterplot data with quantile threshold on both axes
Value
Named list, where gr is a GRanges object and stats a named list of values: points: number of points in the figure, NA.x = Number of NA values on the x axis. filtered.x: number of points that were higher than the threshold on the x axis. quant.x: Quantile used as a threhsold on the x axis. Same for the y values.