get_parameters_haystack: Function that decides most of the parameters that will be...

View source: R/haystack.R

get_parameters_haystackR 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.


singleCellHaystack documentation built on Dec. 28, 2022, 1:29 a.m.