Description Usage Arguments Value
Differential Analysis for specific clusters (according to group.key)
1 2 3 4 |
vat |
VAT entity |
group.key |
Key value storing Group from colnames(vat@cell.props) for Differential Analysis |
use.genes |
Genes ,Default is to use all genes |
method |
Method which does differential analysise. Available options are:
|
min.logfc |
At least X-fold difference (log-scale) between the two groups of cells. Default is 0.25 |
only.pos |
Only return positive markers (FALSE by default) |
min.avg |
only compare genes which average min.avg cells in either of two groups, Default is 0.1 |
min.diff.avg |
only compare genes which minimum difference between two groups. Default is -Inf |
top.num |
only return top.num results. Default is Inf, and return all results |
min.cells |
Minimum number of cells expressing the gene in at least min.cells. Default is 1 |
verbose |
Show the progress bar |
p-value adjustment is performed using bonferroni correction based on the total number of genes in the dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.