From aba1d9a075d2932af410d341e8ba8dae848214f3 Mon Sep 17 00:00:00 2001 From: jmrodriguezc Date: Tue, 9 Jul 2024 12:18:02 +0200 Subject: [PATCH] improve documentation --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3f1158..985917c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # SHIFTS -**SHIFTS** (Systematic, Hypothesis-free Identification of PTMs with controlled FDR based on ultra-Tolerant database search) is a program made in the Jesús Vázquez Cardiovascular Proteomics Lab at Centro Nacional de Investigaciones Cardiovasculares (CNIC), for high throughput PTM (Post translation modifications) processing SHIFTS identifies peaks in the Delta Mass distribution, assigns PSM to peaks and calculates FDR for peptide identification. SHIFTS is developed in python programming language as command line tool and its works with cometPTM produced ".txt" files. +**SHIFTS** (Systematic, Hypothesis-free Identification of PTMs with controlled FDR based on ultra-Tolerant database search) is a program made in the Jesús Vázquez Cardiovascular Proteomics Lab at Centro Nacional de Investigaciones Cardiovasculares (CNIC), for high throughput PTM (Post translation modifications) processing. + +SHIFTS identifies peaks in the Delta Mass distribution, assigns PSM to peaks and calculates FDR for peptide identification. SHIFTS is developed in python programming language as command line tool and its works with cometPTM produced ".txt" files. # Installation