# OnCo record spearman-correlation (term). Data CC BY-NC 4.0, attribute "Data from OnCo (onco.cc)". Whole corpus: https://onco.cc/api/v1/onco.nt
@prefix schema: <https://schema.org/> .
@prefix onco: <https://onco.cc/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://onco.cc/terms/spearman-correlation/>
  a schema:DefinedTerm ;
  onco:kind "term" ;
  schema:identifier "spearman-correlation" ;
  schema:name "Spearman rank correlation"@en ;
  schema:alternateName "Spearman correlation"@en, "Spearman's rho"@en, "Spearman rho"@en, "rank correlation"@en, "mean per-drug Spearman"@en, "Pearson correlation"@en ;
  schema:description "Spearman's rho measures how well the ranking of one variable matches the ranking of another, from minus one to plus one, ignoring the actual values."@en ;
  schema:url <https://onco.cc/terms/spearman-correlation/> ;
  schema:dateModified "2026-09-24"^^xsd:date ;
  schema:sameAs <https://en.wikipedia.org/wiki/Spearman's_rank_correlation_coefficient> ;
  schema:citation <https://en.wikipedia.org/wiki/Spearman's_rank_correlation_coefficient> ;
  onco:tag "cansim-terms" ;
  onco:related <https://onco.cc/terms/cancer-ai-vocabulary/> ;
  onco:terms <https://onco.cc/terms/drug-response-baselines/>, <https://onco.cc/terms/mrna-protein-concordance/>, <https://onco.cc/terms/permutation-test/> .
