forked from cox-labs/coxdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfilterquality.qmd
57 lines (42 loc) · 2.05 KB
/
filterquality.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
title: "Filter quality"
author: "Cox Lab"
format:
html:
toc: true
toc-depth: 4
toc-expand: false
number-sections: true
number-depth: 4
editor: source
date: today
bibliography: references.bib
---
# General
- **Type:** - Matrix Processing
- **Heading:** - Quality
- **Source code:** not public.
# Brief description
Filter expression values based on a previously created quality matrix. Each expression value is filtered based on the corresponding quality value.
```{=html}
<!-- This comment and the line above it must be preserved when editing this file!
The recommended sections are these, but they may be changed on a case by case basis.
===== Detailed description =====
===== Parameters =====
===== Theoretical background =====
===== Examples =====
Make changes only below this line! -->
```
# Parameters
## Filter method
Defines the filter method that will be applied to the values in the expression columns (default: From quality matrix). If "From quality matrix" is selected, the filtering is just based on the previously [created quality matrix](createqualitymatrix.html) and a threshold must be specified (see parameter window A). If "Compare main to quality matrix" is chosen, the values of the two matrices are compared to each other in the way it is specified in "Values should be" (see parameter window B).
### Threshold
This parameter is just relevant, if the "Filter method" is "From quality matrix". It specifies which values of the matrix will be kept and which ones will be discarded (default: 0). Values lower than the defined "Threshold" will be filtered.
### Values should be
This parameter is just relevant, if the "Filter method" is "Compare main to quality matrix". It specifies how the values of the main matrix should be compared to the values of the quality matrix (default: Greater than). The operation how to compare the values of the two matrices can be chosen from a predefined list:
- Greater than
- Greater or equal
- Less than
- Less or equal
# Parameter window
![](images/quality-filter_quality-edited.png)