From e724b7c45a4ff739e2996a4d44f22972127b817c Mon Sep 17 00:00:00 2001 From: Daryl Wilding-McBride Date: Thu, 6 Jan 2022 12:09:06 +1100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a77d8b6b..d206ba2d 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ This is a repository for algorithms exploring targeted detection, extraction, an There are three approaches to feature detection here. -#### Targeted Detection and Extraction Pipeline +#### Targeted Feature Detection and Extraction Pipeline A DDA pipeline that detects peptide features using the instrument isolation windows as a starting point. Code is [here](https://github.com/WEHI-Proteomics/tfde/tree/master/pipeline). -#### 3D intensity descent +#### 3D Intensity Descent (3DID) Using the characteristic structure of peptides to detect and segment features for identification. Code is [here](https://github.com/WEHI-Proteomics/tfde/tree/master/3did). #### Feature detection with a YOLO-based CNN detector