Learn R Programming

singleCellHaystack (version 1.0.2)

get_parameters_haystack: 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)

Value

A list containing various parameters to use in the analysis.

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.