-
Notifications
You must be signed in to change notification settings - Fork 108
SDRF to MSstats configuration file
Yasset Perez-Riverol edited this page Aug 10, 2021
·
3 revisions
As suggested in the guidelines to convert from SDRF to MaxQuant the user needs to install the sdrf-pipelines tool.
Installing with pip:
pip install sdrf-pipelines
Installing with conda:
conda install sdrf-pipelines
and update with:
conda update sdrf-pipelines
or use the docker container:
docker pull quay.io/biocontainers/sdrf-pipelines:<tag>
parse_sdrf convert-msstats -s PXD000288.sdrf.tsv -o msstats.csv
-s : SDRF file
-c : Create conditions from provided (e.g., factor) columns as used by MSstats
-o : annotation out file path
-swath : from openswathtomsstats output to msstats default false
-mq : from maxquant output to msstats default false