annotate proteore_get_unique_peptide_SRM-MRM_method.xml @ 1:b72ece649392 draft

planemo upload commit 4e9aa207b979130c373f9e122aa2a087c4a39632-dirty
author proteore
date Thu, 30 Jan 2020 09:02:31 -0500
parents a2b06836de90
children b526dba9dc40
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
b72ece649392 planemo upload commit 4e9aa207b979130c373f9e122aa2a087c4a39632-dirty
proteore
parents: 0
diff changeset
1 <tool id="proteore_get_unique_peptide_srm_method" name="Get unique peptide SRM-MRM method" version="2020.01.30">
b72ece649392 planemo upload commit 4e9aa207b979130c373f9e122aa2a087c4a39632-dirty
proteore
parents: 0
diff changeset
2 <description>[Human SRM Atlas]</description>
0
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
3 <requirements>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
4 </requirements>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
5 <command detect_errors="exit_code"><![CDATA[
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
6
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
7 python $__tool_directory__/get_unique_srm.py
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
8
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
9 #if $input.ids == "text"
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
10 --input="$input.txt"
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
11 --input_type="list"
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
12 #else
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
13 --input="$input.input_file"
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
14 --column_number="$input.ncol"
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
15 --header="$input.header"
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
16 --input_type="file"
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
17 #end if
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
18
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
19 --features="$protein_features"
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
20 --output="$output"
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
21
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
22 #if "SRM_atlas" in str($srm_file).split("/")
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
23 --ref_file="$srm_file"
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
24 #else
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
25 --ref_file="$__tool_directory__/$srm_file"
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
26 #end if
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
27
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
28 ]]></command>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
29 <inputs>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
30 <conditional name="input" >
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
31 <param name="ids" type="select" label="Enter IDs (Uniprot Accession number, e.g. P04746)" help="Copy/paste or from a file (e.g. table)" >
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
32 <option value="text">Copy/paste your Uniprot-AC identifiers</option>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
33 <option value="file" selected="true">Input file containing Uniprot-AC identifiers</option>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
34 </param>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
35 <when value="text" >
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
36 <param name="txt" type="text" label="Copy/paste IDs" help='IDs must be separated by tab, space or carriage return into the form field, for example: P31946 P62258' >
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
37 <sanitizer invalid_char="">
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
38 <valid initial="string.printable">
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
39 <remove value="&apos;"/>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
40 </valid>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
41 <mapping initial="none">
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
42 <add source="&apos;" target="__sq__"/>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
43 <add source="&#x20;" target=""/>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
44 <add source="&#xA;" target=""/>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
45 <add source="&#xD;" target=""/>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
46 <add source="&#x9;" target=""/>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
47 </mapping>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
48 </sanitizer>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
49 </param>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
50 </when>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
51 <when value="file" >
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
52 <param name="input_file" type="data" format="txt,tabular" label="Select your file" help="" />
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
53 <param name="header" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Does file contain header?" />
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
54 <param name="ncol" type="text" value="c1" label="Column number of IDs" help='For example, fill in "c1" if it is the first column, "c2" if it is the second column and so on'>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
55 <validator type="regex" message="Please enter a column number, for example: 'c1' for the first column">[c]{0,1}[0-9]+</validator>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
56 </param>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
57 </when>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
58 </conditional>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
59 <param name="srm_file" type="select" label="Release" >
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
60 <options from_data_table="proteore_human_srm_atlas">
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
61 <filter type="sort_by" column="0"/>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
62 </options>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
63 </param>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
64 <param name="protein_features" type="select" label="Peptide sequence/features" multiple="true" help="" display="checkboxes" optional="false">
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
65 <option value="PeptideSeq" selected="true">Peptide sequence</option>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
66 <option value="SSRT" selected="false">SSRT (Sequence Specific Retention Time)</option>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
67 <option value="Length" selected="false">Length (peptide sequence length)</option>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
68 <option value="MW" selected="false">MW (Molecular weight)</option>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
69 <option value="PA_AccNum" selected="false">PeptideAtlas Accession (PA_Acc)</option>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
70 </param>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
71 </inputs>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
72 <outputs>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
73 <data name="output" format="tsv"/>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
74 </outputs>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
75 <tests>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
76 <test>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
77 <conditional name="input" >
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
78 <param name="ids" value="file"/>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
79 <param name="input_file" value="Lacombe_et_al_2017_modified.tsv" />
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
80 <param name="header" value="true" />
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
81 <param name="ncol" value="c1"/>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
82 </conditional>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
83 <param name="srm_file" value="tool-data/Human_SRM_atlas_2016-04.csv" />
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
84 <param name="protein_features" value="PeptideSeq,SSRT,Length,MW,PA_AccNum"/>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
85 <output name="output" value="srm_results.tsv" />
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
86 </test>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
87 </tests>
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
88 <help><![CDATA[
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
89 **Description**
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
90
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
91 This tool allows to retrieve unique proteotypic peptide and related information (from SRMAtlas)
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
92 for building Selected Reaction Monitoring (SRM) method using a list of Uniprot accession number as input.
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
93 The SRMAtlas is a compendium of targeted proteomics assays resulting from high-quality measurements of natural
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
94 and synthetic peptides conducted on a triple quadrupole mass spectrometer, and is intended as a resource
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
95 for building selected/multiple reaction monitoring (SRM/MRM)-based proteomic methods.
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
96
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
97 -----
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
98
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
99 **Input**
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
100
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
101 A list of IDs (entered in a copy/paste mode) or a single-column file, the tool will then return a file containing
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
102 the selected information (peptide sequence/features). If your input is a multiple-column file, the column(s)
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
103 containing the selected information will be added at the end of the input file. Only Uniprot accession number (e.g. P31946) are allowed.
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
104 If your list of IDs is not in this form, please use the ID_Converter tool of ProteoRE.
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
105
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
106 .. class:: warningmark
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
107
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
108 Accession numbers with an hyphen ("-") that normally correspond to isoform are not considered as similar to its canonical form.
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
109
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
110 .. class:: warningmark
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
111
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
112 In copy/paste mode, the number of IDs considered in input is limited to 5000.
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
113
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
114 -----
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
115
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
116 **Parameters**
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
117
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
118 Release: choose the release you want to use for retrieving peptide sequences/features
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
119 Peptide sequence/features: select peptide features you want to retrieve; Peptide sequence
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
120 (amino acid sequence of detected peptide, including any mass modifications);
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
121 SSRT (Sequence Specific Retention Time provides a hydrophobicity measure for each peptide using
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
122 the algorithm of Krohkin et al. SSRCalc); Length (peptide sequence length); MW (molecular weight);
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
123 PeptideAtlas Accession (PA_Acc).
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
124
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
125 -----
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
126
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
127 **Output**
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
128
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
129 A text file containing the selected peptide features (in addition to the original column(s) provided).
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
130 Please, note that a "NA" is returned when there is no match between a source ID and SRM/MRM source file.
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
131
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
132 -----
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
133
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
134 **Data sources (release date)**
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
135
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
136 This tool is using the following source file:
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
137
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
138 - `HumanSRMAtlasPeptidesFinalAnnotated (2016-04) (Kusebauch et al., 2016, PMID: 27453469) <http://www.srmatlas.org/downloads/HumanSRMAtlasPeptidesFinalAnnotated.xlsx>`_.
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
139
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
140 -----
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
141
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
142 .. class:: infomark
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
143
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
144 **Authors**
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
145
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
146 David Christiany, Florence Combes, Yves Vandenbrouck CEA, INSERM, CNRS, Grenoble-Alpes University, BIG Institute, FR
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
147
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
148 Sandra Dérozier, Olivier Rué, Christophe Caron, Valentin Loux INRA, Paris-Saclay University, MAIAGE Unit, Migale Bioinformatics platform, FR
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
149
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
150 This work has been partially funded through the French National Agency for Research (ANR) IFB project.
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
151
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
152 Help: contact@proteore.org for any questions or concerns about this tool.
a2b06836de90 planemo upload commit f9de6f4e3302c41e64c39d639bee780e5eafd84d-dirty
proteore
parents:
diff changeset
153 ]]></help>
1
b72ece649392 planemo upload commit 4e9aa207b979130c373f9e122aa2a087c4a39632-dirty
proteore
parents: 0
diff changeset
154 </tool>