comparison README.rst @ 3:593b8a1b2a7b draft

planemo upload commit f338a1cf9a782938c228f9bd0ea19ef22eec35d8-dirty
author proteore
date Wed, 07 Mar 2018 08:44:34 -0500
parents 6a45ccfc0e4c
children 1e9911190142
comparison
equal deleted inserted replaced
2:330d6c7b1916 3:593b8a1b2a7b
1 Wrapper for Filter out keywords and/or numerical values tool 1 Wrapper for Filter by keywords or numerical values Tool
2 ============================================================ 2 =======================================================
3 3
4 **Authors** 4 **Authors**
5 5
6 T.P. Lien Nguyen, Florence Combes, Yves Vandenbrouck CEA, INSERM, CNRS, Grenoble-Alpes University, BIG Institute, FR 6 T.P. Lien Nguyen, Florence Combes, Yves Vandenbrouck CEA, INSERM, CNRS, Grenoble-Alpes University, BIG Institute, FR
7
7 Sandra Dérozier, Olivier Rué, Christophe Caron, Valentin Loux INRA, Paris-Saclay University, MAIAGE Unit, Migale Bioinformatics platform 8 Sandra Dérozier, Olivier Rué, Christophe Caron, Valentin Loux INRA, Paris-Saclay University, MAIAGE Unit, Migale Bioinformatics platform
8 9
9 This work has been partially funded through the French National Agency for Research (ANR) IFB project. 10 This work has been partially funded through the French National Agency for Research (ANR) IFB project.
10 11
11 Contact support@proteore.org for any questions or concerns about the Galaxy implementation of this tool. 12 Contact support@proteore.org for any questions or concerns about the Galaxy implementation of this tool.
12 13
13 ------------------------------------------------------------ 14 -------------------------------------------------------
14 15
15 This tool allows to remove unneeded data (e.g. contaminants, non-significant values) from a proteomics results file (e.g. MaxQuant or Proline output). 16 This tool allows to remove unneeded data (e.g. contaminants, non-significant values) from a proteomics results file (e.g. MaxQuant or Proline output).
16 17
17 **For each row, if there are more than one protein IDs/protein names/gene names, only the first one will be considered in the output** 18 **For each row, if there are more than one protein IDs/protein names/gene names, only the first one will be considered in the output**
18 19
19 **Filter the file by keywords** 20 **Filter the file by keywords**
20 21
21 Several options can be used. For each option, you can fill in the field or upload a file which contains the keywords. 22 Several options can be used. For each option, you can fill in the field or upload a file which contains the keywords.
22 23
23 - If you choose to fill in the field, the keywords should be separated by ":", for example: A8K2U0:Q5TA79:O43175 24 - If you choose to fill in the field, the keywords should be separated by ";", for example: A8K2U0;Q5TA79;O43175
24
25 - If you choose to upload a file in a text format in which each line is a keyword, for example:
26 25
27 REV 26 - If you choose to upload a file in a text format in which each line is a keyword, for example:
28 27
29 TRYP_PIG 28 REV
30 29
31 ALDOA_RABBIT 30 TRYP_PIG
32 31
32 ALDOA_RABBIT
33
33 **The line that contains these keywords will be eliminated from input file.** 34 **The line that contains these keywords will be eliminated from input file.**
34 35
35 **Keywords search can be applied by performing either exact match or partial one by using the following option** 36 **Keywords search can be applied by performing either exact match or partial one by using the following option**
36 37
37 - If you choose **Yes**, only the fields that contains exactly the same content will be removed. 38 - If you choose **Yes**, only the fields that contains exactly the same content will be removed.
38 39
39 - If you choose **No**, all the fields containing the keyword will be removed. 40 - If you choose **No**, all the fields containing the keyword will be removed.
40 41
41 For example: 42 For example:
42 43
43 **Yes** option (exact match) selected using the keyword "kinase": only lines which contain exactly "kinase" is removed. 44 **Yes** option (exact match) selected using the keyword "kinase": only lines which contain exactly "kinase" is removed.
44 45
45 **No** option (partial match) for "kinase": not only lines which contain "kinase" but also lines with "alpha-kinase" (and so on) are removed. 46 **No** option (partial match) for "kinase": not only lines which contain "kinase" but also lines with "alpha-kinase" (and so on) are removed.
46 47
47 **Filter the file by values** 48 **Filter the file by values**
48 49
49 You can choose to use one or more options (e.g. to filter out peptides of low intensity value, by q-value, etc.). 50 You can choose to use one or more options (e.g. to filter out peptides of low intensity value, by q-value, etc.).
50 51
51 * For each option, you can choose between "=", ">", ">=", "<" and "<=", then enter the value to filter and specify the column to apply that option. 52 * For each option, you can choose between "=", ">", ">=", "<" and "<=", then enter the value to filter and specify the column to apply that option.
54 55
55 The tool will produce 2 output files. 56 The tool will produce 2 output files.
56 57
57 * A text file containing the resulting filtered input file. 58 * A text file containing the resulting filtered input file.
58 59
59 * A text file containing the rows removed from the input file. 60 * A text file containing the rows removed from the input file.
60
61
62