Description Usage Arguments Details Value Examples
This function gives you information about differentially expressed genes, markers and and markers specific of only one group. The definition is based according to the DEFac value provided by the Splatter simulation.
1 | defac_matrix(sim)
|
sim |
A Splatter |
Here a gene is defined marker of a group if its DEFac>1 in that group.
A list with four outputs:
a data frame (de) indicating differentially expressed (DE) genes (1) and not (0). Columns represent groups and rows are genes.
The list with sets of de genes per group (gr_de
).
The list with sets of group markers (markers
).
The list with sets of markers specific only in one group (sp_markers
).
1 | # TODO
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.