You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Tools to process metadata or alkane files."
8
-
long_description: "rcx-tk package provides tools to process the metadata or alkane files. On the input, the user is expected to supply a path to the metadata/alkane file in tsv/csv/xls/xlsx file. The file is then converted to a dataframe which is further processed. The main steps are columns rearrangement, validation of the file names and derivation of new metadata: sampleName, sequenceIdentifier, sampleIdentifier and localOrder. Finally, the processed dataframe is saved into user-defined location."
9
-
type: unrestricted
6
+
name: rcx_tk
7
+
description: "Tools to process sequence or alkane files and to correct MSDial alignment results by grouping duplicate alignments."
8
+
long_description: |
9
+
"rcx-tk package provides tools to process the sequence or alkane files. On the input, the user is expected to supply a path to the sequence/alkane file in tsv/csv/xls/xlsx file. The file is then converted to a dataframe which is further processed. The main steps are columns rearrangement, validation of the file names and derivation of new metadata: sampleName, sequenceIdentifier, sampleIdentifier and localOrder. Duplicate rows sharing identical non-zero abundance values in any sample column are clustered and aggregated: metadata is concatenated and abundances are reduced using the maximum value."
<description>Processes and standardizes metadata or alkane files by rearranging columns, validating file names, and deriving new columns for downstream analysis.</description>
<paramname="input_file"type="data"format="csv,tabular,tsv,xls,xlsx,txt"label="Input data file"help="Upload your sample metadata (sequence) or alkane file."/>
50
-
<paramname="method"type="select"label="Processing method"help="Select whether to process a metadata file or an alkane file. This determines the column arrangement and validation steps.">
<paramname="input_file"type="data"format="csv,tabular,tsv,xls,xlsx,txt"label="Input data file"help="Upload your sample sequence or alkane file."/>
30
+
<paramname="method"type="select"label="Processing method"help="Select whether to process a sequence file or an alkane file. This determines the column arrangement and validation steps.">
rcx-tk is a tool for processing sample metadata (sequence) and alkane files. It standardizes your input by rearranging columns, validating file names, and deriving new columns such as `sampleName`, `sequenceIdentifier`, `sampleIdentifier`, and `localOrder`. This ensures your data is ready for downstream analysis and compatible with standardized workflows.
61
+
rcx-tk is a tool for processing sample sequence and alkane files. It standardizes your input by rearranging columns, validating file names, and deriving new columns such as `sampleName`, `sequenceIdentifier`, `sampleIdentifier`, and `localOrder`. This ensures your data is ready for downstream analysis and compatible with standardized workflows.
81
62
82
63
How it works
83
64
------------
@@ -90,10 +71,10 @@ Inputs
90
71
------
91
72
92
73
1. **Input data file**
93
-
Upload your sample metadata (sequence) or alkane file. Supported formats: CSV, TSV, tabular, XLS, XLSX, or TXT.
74
+
Upload your sample sequence or alkane file. Supported formats: CSV, TSV, tabular, XLS, XLSX, or TXT.
94
75
95
76
2. **Processing method**
96
-
Select whether to process a metadata file or an alkane file. This determines the column arrangement and validation steps.
77
+
Select whether to process a sequence file or an alkane file. This determines the column arrangement and validation steps.
97
78
98
79
Outputs
99
80
-------
@@ -104,7 +85,7 @@ Outputs
104
85
Example
105
86
-------
106
87
107
-
Suppose you have a metadata file in CSV or tabular format. Select "Metadata file" as the processing method and upload your file. The tool will output a processed TSV file with standardized columns and additional identifiers.
88
+
Suppose you have a sequence file in CSV or tabular format. Select "Sequence file" as the processing method and upload your file. The tool will output a processed TSV file with standardized columns and additional identifiers.
0 commit comments