Description Usage Arguments Details Value Examples
Identify marker genes for selected clusters based on the MAST package.
1 2 3 4 5 6 7 8 9 10 11 12 |
gobject |
giotto object |
expression_values |
gene expression values to use |
cluster_column |
clusters to use |
group_1 |
group 1 cluster IDs from cluster_column for pairwise comparison |
group_1_name |
custom name for group_1 clusters |
group_2 |
group 2 cluster IDs from cluster_column for pairwise comparison |
group_2_name |
custom name for group_2 clusters |
adjust_columns |
column in pDataDT to adjust for (e.g. detection rate) |
verbose |
be verbose |
... |
additional parameters for the zlm function in MAST |
This is a minimal convenience wrapper around the zlm
from the MAST package to detect differentially expressed genes.
data.table with marker genes
1 | findMastMarkers(gobject)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.