| differential_expression_global | R Documentation | 
Calculate differential expression for one group versus all
differential_expression_global(
  data,
  metadata,
  metadata_column,
  log_fc_threshold = 0.5,
  min.pct = 0.1,
  test.use = "wilcox",
  out_path = ".",
  write = FALSE,
  log_file = NULL
)
| data | Gene expression data. | 
| metadata | Metadata. | 
| metadata_column | Column in metadata. | 
| log_fc_threshold | Log fc threshold. | 
| min.pct | Minimum percentage of cells a gene must be expressed in to be tested. | 
| test.use | Test to use. | 
| out_path | output path. | 
| write | Boolean to write or not. | 
| log_file | log file. | 
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.