getStsDf | R Documentation |
Extracts a data.frame of inferred gradients related to the course of a trajectory.
getStsDf(
object,
variables,
id = idST(object),
resolution = recSgsRes(object),
width = NULL,
unit = getDefaultUnit(object),
ro = c(0, 1),
bcs_exclude = NULL,
format = "wide",
control = NULL,
verbose = FALSE,
...
)
object |
An object of class |
variables |
Character vector. All numeric variables to be included in the screening process. |
resolution |
Distance measure. The resolution
with which the expression gradient is inferred. Defaults are platform specific.
See more in detail section of |
width |
Distance measure. The width of the trajectory frame. Defaults to the trajectory length. |
unit |
Character value. Specifies the desired unit in
which distance measures
or area measures are provided.
Run |
ro |
The numeric range to which the output gradients is scaled. Defaults to c(0,1). |
bcs_exclude |
Character value containing the barcodes of observations to be excluded from the analysis. |
format |
Character value. Either 'long' or 'wide'. Defaults to 'wide'. If 'wide' each variable gets a column. If 'long', the data.frame is organized such that a column called variables contains the variable names and a column called 'values' contains the values. |
control |
A list of arguments as taken from |
verbose |
Logical. If (Warning messages will always be printed.) |
... |
Used to absorb deprecated arguments or functions. |
Data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.