Description Usage Arguments Value Examples
Select CytoK
object according to the differentially
expressed features identified by cytoKernel. Features are filtered
if their adjusted p values are greater than CytoKalpha
.
1 | CytoKDEData(object, by = c("features"))
|
object |
a CytoK object from |
by |
String specifying which adjusted p values of the features to filter by. Default is "features". |
A list of data.frame
's or a SummarizedExperiment
.
If a data.frame
was originally input into the
CytoK
function, a list with two elements, DEdata
,
nonDEfeatures
, will be returned. If a
SummarizedExperiment
was originally input, output will be a
SummarizedExperiment
with the filtered assay with
one metadata object nonDEfeatures
and four row meta-data
EffectSize
, EffectSizeSD
, pvalue
and
padj
.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.