-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcreatequalitymatrix.qmd
More file actions
41 lines (33 loc) · 1.18 KB
/
Copy pathcreatequalitymatrix.qmd
File metadata and controls
41 lines (33 loc) · 1.18 KB
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
---
title: "Create quality matrix"
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:** [CreateQualityMatrix.cs](https://github.com/JurgenCox/perseus-plugins/blob/master/PerseusPluginLib/Quality/CreateQualityMatrix.cs)
# Brief description
Create a matrix of quality values from a set of numerical columns. There has to be one numerical column per expression column.
```{=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
To each of the expression columns in the matrix one numerical column has to be assigned (default: to all expression columns the first numerical column in the matrix is assigned).
# Parameter window
