Description Usage Arguments Value See Also
View source: R/BASiCS_RegressionDE.R
Function to assess changes in expression between two or more groups of cells (mean and over-dispersion).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | BASiCS_RegressionDE(
Chains,
ModelMatrix,
EFDR_M = 0.05,
EFDR_D = 0.05,
EFDR_R = 0.05,
EpsilonM = log2(1.5),
EpsilonD = log2(1.5),
EpsilonR = log2(1.5)/log2(exp(1)),
ProbThresholdM = 2/3,
ProbThresholdD = 2/3,
ProbThresholdR = 2/3,
OrderVariable = "GeneIndex",
GenesSelect = NULL,
Classes = as.list(colnames(ModelMatrix)),
Parameters = c("mu", "delta", "epsilon"),
...
)
|
Chains |
named list of object of class |
EFDR_M |
Target for expected false discovery rate related to
the comparison of means. If |
EFDR_D |
Target for expected false discovery rate related to
the comparison of dispersions. If |
EFDR_R |
Target for expected false discovery rate related to
the comparison of residual over-dispersions. If |
EpsilonM |
Minimum fold change tolerance threshold for detecting
changes in overall expression (must be a positive real number).
Default value: |
EpsilonD |
Minimum fold change tolerance threshold for detecting
changes in biological over-dispersion (must be a positive real number).
Default value: |
EpsilonR |
Minimum distance threshold for detecting
changes in residual over-dispersion (must be a positive real number).
Default value: |
ProbThresholdM |
Optional parameter. Probability threshold for detecting
changes in overall expression (must be a positive value, between 0 and 1).
If |
ProbThresholdD |
Optional parameter. Probability threshold for detecting
changes in cell-to-cell biological over-dispersion (must be a positive value,
between 0 and 1). Same usage as |
ProbThresholdR |
Optional parameter. Probability threshold for detecting
changes in residual over-dispersion (must be a positive value, between 0 and
1). Same usage as |
OrderVariable |
Ordering variable for output.
Possible values: |
GenesSelect |
Optional argument to provide a user-defined list
of genes to be considered for the comparison.
Default: |
Parameters |
specifies which parameters should be tested. |
... |
Optional parameters. |
Design |
an object of class |
Formula |
an object of class |
MultiClass |
is a boolean specifying if all coefficients should be tested |
BASiCS_RegressionDE
returns a list similar to BASiCS_TestDE.
BASiCS_TestDE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.