.validatePlotParams {CellTrails} | R Documentation |
Validates parameter settings for plot methods
.validatePlotParams(x, color_by, name)
x |
A |
color_by |
Color_by parameter |
name |
Name parameter |
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.
A list
with the parameters and values
Daniel C. Ellwanger