quantms
定量质谱工作流程。目前支持具有 DDA-LFQ、DDA-Isobaric 和 DIA-LFQ 定量复杂实验设计的蛋白质组学实验。
nextflow run quantms/main.nf \
--outdir result \
--labelling_type "label free sample" \
--input '/ceph_disk3/mengpf/work/Project/Nextflow/quantms/data/BSA_design_urls.tsv' \
--database '/ceph_disk3/mengpf/work/Project/Nextflow/quantms/data/18Protein_SoCe_Tr_detergents_trace_target_decoy.fasta' \
--posterior_probabilities "fit_distributions" \
--search_engines "msgf,comet" \
--decoy_string "rev" \
--add_triqler_output true \
--protein_level_fdr_cutoff 1.0 \
--psm_level_fdr_cutoff 1.0 \
--acquisition_method "dda" \
--quantify_decoys true \
-profile docker