Description Usage Arguments Value
Format PSM.txt and Proteins.txt files output by Proteome Discoverer 2.3, formatting PSM counts and AUC XIC values into one table, summing technical replicates, and computing fold-change and Z-scores for each detected protein in test and control runs. Optionally annotates results given a tab-separated annotation file. See README for file formats and example usage on the enrichr GitHub Repository.
1 2 3 4 5 6 7 8 9 |
exp_id |
An identifier for a given experiment that matches test and control files together (see meta file). |
meta_file |
A tab-separate file with column headers |
psm_file |
PSM.txt tab-separated file output by Proteome Discoverer 2.3. |
pd_file |
Proteins.txt tab-separated file output by Proteome Discoverer 2.3. |
one_sided |
Specify one-sided or two-sided statistical test; default = |
annot_file |
Optional tab-separated file containing a table with annotations for the queried proteome; must match accession format in FASTA given to Proteome Discoverer as a look up database. |
outfile_name |
File name for output .csv; default = "output.csv". |
A .csv
with all computed information combined into one table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.