-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathchangecolumnnames.qmd
38 lines (29 loc) · 1.03 KB
/
changecolumnnames.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
---
title: "Change Column Names"
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
csl: nature.csl
---
# General
* **Type:** - Matrix MultiProcessing
* **Heading:** - Basic (MultiProcessing)
* **Source code:** [ChangeColumnNames.cs](https://github.com/JurgenCox/perseus-plugins/blob/master/PerseusPluginLib/Join/ChangeColumnNames.cs)
# Brief description
Replace column names based on a table. The first matrix contains the columns that will be edited while the second matrix is used to define the key-value table.
Output: Same as first input matrix except that the selected text columns have been edited.
# Parameters
## Columns in matrix 1 to be edited
The column in the first matrix in which strings will be replaced according to the key-value table specified in matrix 2.
## Keys in matrix 2
The keys for the replacement table.
## Values in matrix 2
The values for the replacement table.