comparison bland_altman_plot.xml @ 2:caba07f41453 draft default tip

"planemo upload for repository https://github.com/secimTools/SECIMTools/tree/main/galaxy commit 498abad641099412df56f04ff6e144e4193bbc34-dirty"
author malex
date Thu, 10 Jun 2021 15:41:17 +0000
parents 2e7d47c0b027
children
comparison
equal deleted inserted replaced
1:2e7d47c0b027 2:caba07f41453
65 65
66 **Tool Description** 66 **Tool Description**
67 67
68 The Bland-Altman plot (BA-Plot) is used to look at the concordance of data between pairs of samples, particularly between replicates. 68 The Bland-Altman plot (BA-Plot) is used to look at the concordance of data between pairs of samples, particularly between replicates.
69 The script generates BA-plots for all pairwise combinations of samples. 69 The script generates BA-plots for all pairwise combinations of samples.
70 If the Group/Treatment column and group name(s) in that column are provided then BA-Plots are generated only for pairwise combinations within the specified Group -- group name combination. 70 If the Group/Treatment column and group name(s) in that column are provided, then BA-Plots are generated only for pairwise combinations within the specified Group -- group name combination.
71 In addition to generating the BA-plots, a linear regression fit is calculated between the values that correspond to the pair of samples to identify (flag) any unusual outlying values. 71 In addition to generating the BA-plots, a linear regression fit is calculated between the values that correspond to the pair of samples to identify (flag) any unusual outlying values.
72 The flags produced by the regression fit are used to generate distribution plots and text files for (i) each sample (column) and for (ii) each feature (row). 72 The flags produced by the regression fit are used to generate distribution plots and text files for (i) each sample (column) and for (ii) each feature (row).
73 73
74 74
75 -------------------------------------------------------------------------------- 75 --------------------------------------------------------------------------------
88 @UNIQID@ 88 @UNIQID@
89 89
90 90
91 **Outlier Cutoff – flagging values** 91 **Outlier Cutoff – flagging values**
92 92
93 - Residual cutoff value, this value will flag samples with residuals ≥ than this cutoff value. 93 - Residual cutoff value; this value will flag samples with residuals ≥ than this cutoff value.
94 94
95 (1) If the magnitude of the residuals from the linear regression on the BA-plot exceeds the user-defined threshold, then a value is flagged as an outlier. This cutoff can be adjusted by the user, the default is 3. 95 (1) If the magnitude of the residuals from the linear regression on the BA-plot exceeds the user-defined threshold, then a value is flagged as an outlier. This cutoff can be adjusted by the user; the default is 3.
96 96
97 (2) If a value is identified as a leverage point using Cook's D with a p-value cutoff of 0.5, then the value is flagged. This cannot be adjusted. 97 (2) If a value is identified as a leverage point using Cook's D with a p-value cutoff of 0.5, then the value is flagged. This cannot be adjusted.
98 98
99 (3) If a value is identified as a leverage point using the DFFITS technique it is also flagged. This cannot be adjusted. 99 (3) If a value is identified as a leverage point using the DFFITS technique, it is also flagged. This cannot be adjusted.
100 100
101 **Sample Flag Cutoff – flagging samples** 101 **Sample Flag Cutoff – flagging samples**
102 102
103 - Flag a sample as 1 if the proportion of features within a sample that are outliers exceeds this cutoff. [Number between 0-1]. 103 - Flag a sample as 1 if the proportion of features within a sample that are outliers exceeds this cutoff. [Number between 0-1].
104 104