Mercurial > repos > goeckslab > cell_intensity_processing
comparison process_intensities.xml @ 2:7f93f472a242 draft
planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/mti-utils commit 130ef7e8ae6cab35866b72617e53d35acc11475a
author | goeckslab |
---|---|
date | Wed, 28 Feb 2024 20:52:16 +0000 |
parents | 34bb79f271fc |
children | 4f5abe01531c |
comparison
equal
deleted
inserted
replaced
1:7a77ed0e579a | 2:7f93f472a242 |
---|---|
1 <tool id="cell_intensity_processing" name="Process single-cell intensities" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> | 1 <tool id="cell_intensity_processing" name="Process single-cell intensities" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
2 <description>Options to correct for exposure time, autofluorescence subtraction, or compute signal-to-background ratio.</description> | 2 <description></description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <edam_operations> | |
7 <edam_operation>operation_3443</edam_operation> | |
8 </edam_operations> | |
6 <expand macro="requirements" /> | 9 <expand macro="requirements" /> |
7 <command detect_errors="aggressive"><![CDATA[ | 10 <command detect_errors="aggressive"><![CDATA[ |
8 | 11 |
9 ln -s '$quant_table' ./quant.csv && | 12 ln -s '$quant_table' ./quant.csv && |
10 | 13 |
107 1. Exposure correction - Divide single-cell intensities by respective exposure time in channel metadata | 110 1. Exposure correction - Divide single-cell intensities by respective exposure time in channel metadata |
108 2. Background subtraction - Subtract single-cell mmean marker intensities by respective AF/bg channel mean intensity specified in channel metadata | 111 2. Background subtraction - Subtract single-cell mmean marker intensities by respective AF/bg channel mean intensity specified in channel metadata |
109 3. Signal-to-background ratio - Divide single-cell mmean marker intensities by respective AF/bg channel mean intensity specified in channel metadata | 112 3. Signal-to-background ratio - Divide single-cell mmean marker intensities by respective AF/bg channel mean intensity specified in channel metadata |
110 | 113 |
111 **Outputs** | 114 **Outputs** |
112 1. Feature observation matrix with processed intensities for all markers in channel metadata file. | 115 1. Feature observation matrix with processed intensities for all markers in channel metadata file. CellIDs, centroids, and morphological data remain unchanged. |
113 CellIDs, centroids, and morphological data remain unchanged. | |
114 ]]></help> | 116 ]]></help> |
115 <expand macro="citations" /> | 117 <expand macro="citations" /> |
116 </tool> | 118 </tool> |