Description Usage Arguments Value Examples
View source: R/get_methods_correlation_distance.R
This function outputs the methods available for the calculation of
the correlation or distance. The standard correlation methods use stats::cor and
a wide variety of distance methods are available using the philentropy package.
To be used as input in calculate_expression_similarity_counts
or
calculate_expression_similarity_transcript
.
1 |
names |
whether to output names (default) or characterisation as similarity or dissimilarity (used internally to invert dissimilarity measures) |
A character vector of options for the method arguement of the similarity calculation; if names=FALSE, a vector of types (similarity/dissimilarity measure) of the same length
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.