get_parameters_haystack {singleCellHaystack} | R Documentation |
Function that decides most of the parameters that will be used during the "Haystack" analysis.
Description
Function that decides most of the parameters that will be used during the "Haystack" analysis.
Usage
get_parameters_haystack(x, y, high.resolution = FALSE)
Arguments
x |
x-axis coordinates of cells in a 2D representation (e.g. resulting from PCA or t-SNE) |
y |
y-axis coordinates of cells in a 2D representation |
high.resolution |
Logical: should high resolution be used? Default is FALSE. |
Value
A list containing various parameters to use in the analysis.
[Package singleCellHaystack version 1.0.2 Index]