-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Enes Ergin edited this page May 25, 2026
·
3 revisions
This wiki is the user-facing documentation set for pxseek.
- Install
pxseek. - Run the three-step workflow:
fetch,filter, thenlookup. - Use Search Recipes when you want a biologically focused starting point.
- Use Data Formats or Troubleshooting and FAQ when you need more detail.
pxseek helps you search ProteomeXchange dataset metadata without a browser workflow. The main pattern is simple:
pxseek fetch -o px_datasets.tsv
pxseek filter -i px_datasets.tsv -s "Homo sapiens" -o human.tsv
pxseek lookup --input human.tsv -o detailed.tsvUse the summary TSV for discovery. Use lookup on the final shortlist when you need richer metadata.
Getting started
Reference
Help