calculateDistMatOneModel | R Documentation |
This function computes a similarity matrix by utilising a single linear model for differential expression analysis.
calculateDistMatOneModel(
matrix,
metadata,
verbose = TRUE,
method = "voom",
additional.variate = NULL
)
matrix |
A count matrix with rows representing genes or features and columns representing samples or cells. |
metadata |
A data frame containing metadata corresponding to the samples or cells.
Each row should match a column in |
verbose |
Logical. If |
method |
A character string specifying the method for differential expression analysis. Options are "voom" or "trend", with "trend" as the default. |
additional.variate |
A character vector of additional variates to include in the linear model for regression. |
A similarity matrix.
getDistMat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.