From c49306a03a8f93135b17fd567ca056c65dc8d95b Mon Sep 17 00:00:00 2001 From: Donavan See Date: Thu, 10 Jun 2021 23:01:03 -0700 Subject: [PATCH] Update README Small typo fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6417ff..7c6d4bc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Confidence Estimation for Mass Spectrometry Proteomics **crema** is a Python package that implements various methods to estimate false discovery rates (FDR) in mass spectrometry proteomics experiments. crema focuses on -methods that rely on the concept of "target-decoy competition." The sole purposes of crema is to do decoy-based FDR +methods that rely on the concept of "target-decoy competition." The sole purpose of crema is to do decoy-based FDR estimation, and to do it well. As a result, crema is lightweight and flexible. It has minimal dependencies and supports a wide range of input and output formats. On top of that, it is extremely simple to use.