comparison all stuff/differenceFinder.xml @ 5:f375051b0fcd draft

Uploaded
author jfb
date Fri, 19 Apr 2019 16:21:08 -0400
parents 74ada21ceb70
children f2dd4121a4f1
comparison
equal deleted inserted replaced
4:74ada21ceb70 5:f375051b0fcd
31 <param name="SBF" ftype="csv" value="SBF.csv"/> 31 <param name="SBF" ftype="csv" value="SBF.csv"/>
32 <output name="Negatives" file="negatives.csv"/> 32 <output name="Negatives" file="negatives.csv"/>
33 </test> 33 </test>
34 </tests> 34 </tests>
35 <help><![CDATA[ 35 <help><![CDATA[
36 This tool takes two Kinamine outputs (substrates and substrate background frequency files) and finds the symmetrical differences between those sets 36 This tool takes two Kinamine outputs (substrates and substrate background frequency files) and finds the two halves of the symmetrical difference. https://en.wikipedia.org/wiki/Symmetric_difference
37 37
38 Let us call the two INPUT substrate files 'Substrates A' and 'Substrates B'. Let us call the two OUTPUT substrate files 'Substrates Y' and 'Substrates Z'. If we treat each file as a SET, then... 38 Let us call the two INPUT substrate files 'A' and 'B'. Let us call the two OUTPUT substrate files 'Y' and 'Z'. 'Y' consists of all 'A' that are not in 'B'. 'Z' consists of all 'B' that are not in 'A'. In symbolic logic:
39 39
40 'Substrates Y' consists of all 'Substrates A' that are not in 'Substrates B'. 'Substrates Z' consists of all 'Substrates B' that are not in 'Substrates A'. 40 Y ⇔ A ∧ ¬B
41
42 Z ⇔ B ∧ ¬A
41 43
42 The associated Substrate Background Frequency files for each consists of all the proteins associated with that substrate file. 44 The associated Substrate Background Frequency files for each consists of all the proteins associated with that substrate file.
43 ]]></help> 45 ]]></help>
44 <citations> 46 <citations>
45 <citation type="doi">10.1074/mcp.RA118.001111</citation> 47 <citation type="doi">10.1074/mcp.RA118.001111</citation>