# OnCo record permutation-test (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/permutation-test/>
  a schema:DefinedTerm ;
  onco:kind "term" ;
  schema:identifier "permutation-test" ;
  schema:name "Permutation test and the Mann-Whitney U test"@en ;
  schema:alternateName "permutation test"@en, "permutation p-value"@en, "label shuffling"@en, "shuffled labels"@en, "Mann-Whitney U test"@en, "Mann-Whitney test"@en, "Wilcoxon rank-sum test"@en, "rank-sum test"@en, "non-parametric test"@en ;
  schema:description "A permutation test builds the null distribution by shuffling labels (or spot positions) many times and asks how often chance does as well as the real result; the Mann-Whitney U test compares two groups by ranks without assuming a normal distribution."@en ;
  schema:url <https://onco.cc/terms/permutation-test/> ;
  schema:dateModified "2026-09-24"^^xsd:date ;
  schema:sameAs <https://en.wikipedia.org/wiki/Permutation_test> ;
  schema:citation <https://en.wikipedia.org/wiki/Mann%E2%80%93Whitney_U_test>, <https://en.wikipedia.org/wiki/Permutation_test> ;
  onco:tag "cansim-terms" ;
  onco:related <https://onco.cc/terms/cancer-ai-vocabulary/> ;
  onco:terms <https://onco.cc/terms/spatial-autocorrelation/>, <https://onco.cc/terms/bootstrap/>, <https://onco.cc/terms/spearman-correlation/> .
