View source: R/evaluation_metrics.R
DSC | R Documentation |
Used by TCGA Batch Effects Viewer https://bioinformatics.mdanderson.org/public-software/tcga-batch-effects/. Based on https://www.jmlr.org/papers/v5/dy04a.html. Can be used to measure batch effect.
DSC(data_matrix, batch_label)
data_matrix |
numeric matrix, samples on columns |
batch_label |
categorical variable, must be vector |
Returns the DSC of data_matrix
with respect to
batch_label
as a scalar value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.