dot-validatePlotParams: Validates parameter settings for plot methods

Description Usage Arguments Details Value Author(s)

Description

Validates parameter settings for plot methods

Usage

1
.validatePlotParams(x, color_by, name)

Arguments

x

A SingleCellExperiment object

color_by

Color_by parameter

name

Name parameter

Details

Parameter color_by needs to be in 'featureName', 'phenoName'. Parameter name needs to be existent in rownames(object) or in colnames(colData(object)), state, landmark. If parameters were validated true, this function automatically extracts and returns the values. Character vectors get converted to factors.

Value

A list with the parameters and values

Author(s)

Daniel C. Ellwanger


elldc/CellTrails documentation built on May 16, 2020, 4:40 a.m.