Description Usage Arguments Value
Generate association rules from original data E^0
1 2 3 4 5 6 7 | GenerateCellularRules(
exp.mat,
arm.algorithm = "apriori",
supp = 0,
conf = 40,
...
)
|
exp.mat |
a cell (row) by gene (column) expression matrix of class 'ngCMatrix' |
arm.algorithm |
algorithm used for frequent itemset mining, supports 'apriori' (default) and 'eclat'. |
supp |
Default 0, minimum support to pass to arm.algorithm in [0,100] |
conf |
Default 40, minimum confidence to pass to arm.algorithm in [0,100] |
... |
additional parameters to pass for rule mining |
a rules object generated from the single cell data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.