plot_top_window_autocor {scFeatureFilter}R Documentation

Utility plot to choose a top_window size

Description

Plot mean autocorrelation value of the features of the top window depending on increasing top window size.

Usage

plot_top_window_autocor(sc_data, from = 10, to = 400, by = 2, ...)

Arguments

sc_data

A tibble, usually the output of link{calculate_cvs}.

from

Minimum size of the top window.

to

Maximum size of the top window.

by

Size of the steps to walk form from to to. See seq.

...

Arguments to be passed to cor, for example method = "spearman"

Value

A ggplot2 plot.

Examples

plot_top_window_autocor(calculate_cvs(scData_hESC))


[Package scFeatureFilter version 1.12.0 Index]