getLoadings | R Documentation |
Get loadings by different methods
getLoadings(
cnts,
groups,
method = c("lda", "svm", "cda", "cda.std"),
ref.cell.type = NULL
)
cnts |
Counts of cell typer in samples. Rows - samples, columns - cell types |
groups |
Vector with boolean values. TRUE - sample in the case group, FALSE - sample in the control group |
method |
Method to get loadings |
ref.cell.type |
Reference cell type |
Updated data frame with Z scores
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.