Skip to content

Commit 96f15f6

Browse files
committed
Write about annotationChooser function
1 parent 757eb5b commit 96f15f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

annotation_pipeline/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ However, due to the complexity of the data, not all continuous variables can be
1313
## Categorical data
1414
Categorical data in the IMPC encompasses a range of qualitative measurements and is analysed using Fisher’s Exact Test, as implemented in the R package OpenStats.
1515

16+
# How IMPC Annotation Pipeline Works
17+
The `annotationChooser` function is processes statistical analysis results called statpacket. It determines calls based on significance levels. These calles are then mapped to Mammalian Phenotype (MP) ontology terms using a provided `mp_chooser_file`. Finally, it updates the input statpacket's JSON component with the identified MP terms. If no relevant annotation is found or the statistical result is not significant, it returns the original statpacket with no MP terms added.
18+
1619
The annotation pipeline requires a reference table that summarises the available MP terms for a given IMPC parameter. This reference can be retrieved from [IMPReSS](https://www.mousephenotype.org/impress/index).
1720
The ETL pipeline handles this by generating the `mp_chooser.json` file.
1821

0 commit comments

Comments
 (0)