Skip to content

Commit

Permalink
Operator JSON harmonisation.
Browse files Browse the repository at this point in the history
  • Loading branch information
agouy committed Jan 25, 2024
1 parent c3cb0ab commit bde87a0
Showing 1 changed file with 24 additions and 20 deletions.
44 changes: 24 additions & 20 deletions operator.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,30 @@
{
"name": "Multiple Testing",
"description": "Corrects for the statistical liklihood of a Type 1 error (False Positive) due to the size of genetic data.",
"tags": ["statistical testing", "test"],
"authors": ["tercen"],
"urls": ["https://github.com/tercen/template_R_operator"],
"tags": [
"statistical testing"
],
"authors": [
"tercen"
],
"urls": [
"https://github.com/tercen/template_R_operator"
],
"properties": [
{
"kind": "EnumeratedProperty",
"name": "method",
"defaultValue": "bonferroni",
"values": [
"bonferroni",
"BH",
"holm",
"hochberg",
"hommel",
"BY",
"qvalue"
],
"description": "Correction method."
}
"kind": "EnumeratedProperty",
"name": "method",
"defaultValue": "bonferroni",
"values": [
"bonferroni",
"BH",
"holm",
"hochberg",
"hommel",
"BY",
"qvalue"
],
"description": "Correction method."
}
]
}


}

0 comments on commit bde87a0

Please sign in to comment.