Description Usage Arguments Value Examples
function plot a heatmap of a squared distance matrix computed between samples
1 2 3 4 5 6 7 8 | plotDissimilarityMatrix(
x,
level = c("VpJ", "V", "J", "VJ", "CDR3aa"),
method = c("manhattan", "euclidean", "canberra", "clark", "bray", "kulczynski",
"jaccard", "gower", "altGower", "morisita", "horn", "mountford", "raup", "binomial",
"chao", "cao", "mahalanobis"),
binary = FALSE
)
|
x |
an object of class RepSeqExperiment |
level |
a string of characters indicating the level at which performed all calculations. |
method |
distance computation method. Choose one among manhattan, euclidean, canberra, clark, bray, kulczynski, jaccard, gower, altGower, morisita, horn, mountford, raup, binomial, chao, cao, mahalanobis. |
binary |
if TRUE data will be transformed into present/absent data. |
a heatmap
1 2 3 4 5 6 7 | ## Not run:
# The package RepSeqData contains example datasets
library(RepSeqData)
# plot heatmap of dissimilarity matrix.
plotDissimilarityMatrix(x = RepSeqData, level = "V", method = "euclidean")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.