You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# In case the input files doesn\u2019t contains all the peptide-to-protein connections (because the software who generated them remove some of the subset proteins or performed a protein inference heuristic),
148
+
# In case the input files doesn't contains all the peptide-to-protein connections (because the software who generated them remove some of the subset proteins or performed a protein inference heuristic),
149
149
# you can use a protein sequence database in order to map all the possible peptide-to-protein connections without losing any isoform for example.
150
150
# Note: These parameters should be set according to the initial parameters used to search the database for identified peptide hits as well as how the search results were filtered.
151
151
152
152
enzymeArray = TEXT, TEXT, ...
153
153
# This parameter specify the aminoacids where protease cleaves. Note: amino acids that are recognized as cleavage site are provided as comma-separated (',') values.
154
-
oTrypsin cleaves at K and R, so 'K,R' should set here.
155
-
oLysC cleaves at K only, so 'K' should be set here.
154
+
# Trypsin cleaves at K and R, so 'K,R' should set here.
155
+
# LysC cleaves at K only, so 'K' should be set here.
156
156
# Default value if not provided: K,R
157
157
# Example: enzymeArray = K,R
158
158
@@ -187,11 +187,11 @@ fastaFile = FILEPATH
187
187
188
188
inputFilePath = FILEPATH
189
189
# Full path of the folder in which all the input files are located.
190
-
# Default value if not provided: the system user\u2019s home folder.
190
+
# Default value if not provided: the system user's home folder.
# This parameter specifies the quantification input files to be used and groups them into groups, in order to be treated properly. EXP_NAME is an internal tag for the group of files provided subsequently between brackets. Several groups are separated by '|'. Several file names are separated by ','. File names don\u2019t include path names, because they are expected to be found in the folder specified by the inputFilePath parameter.
194
+
# This parameter specifies the quantification input files to be used and groups them into groups, in order to be treated properly. EXP_NAME is an internal tag for the group of files provided subsequently between brackets. Several groups are separated by '|'. Several file names are separated by ','. File names don't include path names, because they are expected to be found in the folder specified by the inputFilePath parameter.
# This parameter specifies the identification input files to be used and groups them into groups, in order to be treated properly. EXP_NAME is an internal tag for the group of files provided subsequently between brackets. Several groups are separated by '|'. Several file names are separated by ','. File names don\u2019t include path names, because they are expected to be found in the folder specified by the inputFilePath parameter.
204
+
# This parameter specifies the identification input files to be used and groups them into groups, in order to be treated properly. EXP_NAME is an internal tag for the group of files provided subsequently between brackets. Several groups are separated by '|'. Several file names are separated by ','. File names don't include path names, because they are expected to be found in the folder specified by the inputFilePath parameter.
# This parameter points to the folder where the UniProt annotations are going to be automatically stored in the machine were PCQ runs. UniProt annotations are retrieved from the latest version of UniProtKB in order to associate gene names, taxonomies, etc... that may not be available in the protein description line provided in the input files.
215
215
# This process may take some time and some disk space, depending on the dataset size. However, once the annotations are locally stored, PCQ will retrieve the annotations from the local resource, taking just a few seconds.
216
-
# Default value if not provided: the system user\u2019s home directory.
216
+
# Default value if not provided: the system user's home directory.
0 commit comments