View source: R/metricsMethods.R
| spearmanCorrMethod | R Documentation | 
Calculate and return the Spearman's rho statistic of two 
profiles. If one profile has a standard deviation inferior to 
the threshold, the function returns NA. When no complete element 
pair are present, NA is returned.
spearmanCorrMethod(profile1, profile2, threshold = 1e-08)
| profile1 | a  | 
| profile2 | a  | 
| threshold | a  | 
The calculated ratio or NA if one profile has a standard 
deviation inferior to the threshold. If profiles have no complete element 
pair, NA is returned.
Astrid Deschenes, Elsa Bernatchez
MetricFactory for using the recommanded interface to 
calculate all available metrics separately or togheter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.