ALRAChooseKPlot | R Documentation |
Plots the results of the approximate rank selection process for ALRA.
ALRAChooseKPlot(object, start = 0, combine = TRUE)
object |
Seurat object |
start |
Index to start plotting singular value spacings from. The transition from "signal" to "noise" in the is hard to see because the first singular value spacings are so large. Nicer visualizations result from skipping the first few. If set to 0 (default) starts from k/2. |
combine |
Combine plots into a single gg object; note that if TRUE, themeing will not work when plotting multiple features |
A list of 3 ggplot objects splotting the singular values, the spacings of the singular values, and the p-values of the singular values.
Jun Zhao, George Linderman
RunALRA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.