scran_markers | R Documentation |
This is a wrapper around scran::findMarkers()
. Depending on test type, stats.*
columns
in returned DataFrame
are replaced by either lfc_*
or auc_*
.
DataFrame
s with results are appended to the params
tibble, but because scran::findMarkers()
returns
DataFrame
for each level of a factor, those are unnested in the returned tibble.
That means for each row of params
you will get result (row) for each tested level.
scran_markers(sce, params, markers_type = c("global", "contrast"))
sce |
A |
params |
A tibble. See |
markers_type |
A character scalar: type of markers to get. For
|
A tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.