calculateDistMatOneModel | R Documentation |
This function is called by 'getDistMat'.
calculateDistMatOneModel(
matrix,
metadata,
verbose = TRUE,
method = "voom",
additional.variate = NULL
)
matrix |
The count matrix. Rows are genes/features and columns are samples/cells. |
metadata |
Data frame. Its rows should correspond to columns of the 'matrix' input. |
verbose |
Print the message and progress bar (default: TRUE) |
method |
Methods for DE analysis. Options: "voom" or "trend" (default) |
additional.variate |
additional variate to include into the linear model to regress out |
A similarity matrix
Zhiyuan Hu
This function is called by getDistMat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.