drop_dense {fastqq}R Documentation

Internal function to prune quantiles of non-important values for visualization.

Description

This function is not exposed, since we want to hard-code the parameters for simplicity of usage.

Usage

drop_dense(x, y, N_hard = 10000)

Arguments

x

A numeric vector of sample/theoretical points.

y

A numeric vector of theoretical/sample points.

N_hard

Desired upper bound on the number of points to plot.

Value

data.frame with o and e pruned as columns.


[Package fastqq version 0.1.3 Index]