outlier_silhouette | R Documentation |
Calculate outlier scores for non-symmetric distance matrices. Suitable for comparison of expression profiles across different datasets and experiments detecing outlying samples compared to reference bulk data sets
outlier_silhouette(cluster = NULL, dist2 = NULL, dist = NULL)
cluster |
cluster labels of profile data |
dist2 |
non-symmetric similarity matrix |
dist |
symmmetric similarity matrix |
x <- outlier_silhouette()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.