Description Usage Arguments Details Value
Select candidate TFs for network inference and TF ranking
1 2 3 | drivingforce.selectTFs(object, groups = NULL, tflists = NULL,
diff.method = "welch", diff.thresh = 0.05, min.expression = 5,
pct.thresh = 0.8, ...)
|
object |
A sincera object |
groups |
A vector of cell groups; if NULL, use all defined cell groups |
tflists |
A list containing user-provided candidate TFs for each group specified in groups parameter |
diff.method |
The method used to perform the differential expression analysis |
diff.thresh |
The pvalue for determining differentially expressed genes |
min.expression |
The threshold expression value for determining expressed genes |
pct.thresh |
The percentage threshold for determining genes commonly expressed in a cell group |
Please use the tflists parameter to provide pre-selected TFs Otherwise, the function will select candidate TFs for each group using the following criteria: (1) TFs differentially expressed in the cell group (pvalue < diff.thresh); Or (2) TFs expressed greater than a certain percentage of the group cells (>min.expression in at least pct.thresh percentage of the group cells)
An updated sincera object, use getDF with name="tfs" to access the selected TFs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.