plot_top_window_autocor {scFeatureFilter} | R Documentation |
Plot mean autocorrelation value of the features of the top window depending on increasing top window size.
plot_top_window_autocor(sc_data, from = 10, to = 400, by = 2, ...)
sc_data |
A tibble, usually the output of |
from |
Minimum size of the top window. |
to |
Maximum size of the top window. |
by |
Size of the steps to walk form |
... |
Arguments to be passed to |
A ggplot2
plot.
plot_top_window_autocor(calculate_cvs(scData_hESC))