Skip to content

Commit 3dd974e

Browse files
committed
edit vignettes/preprocessing
1 parent ecdd907 commit 3dd974e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vignettes/preprocessing.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ specify the `fileName` to read the raw data file into R.
7979
first load the data file directly, then specify the `dataSet` in the function.
8080

8181

82-
### 2. Filters out identified proteins that contain no quantitative values (uncommon for Spectronaut-based results, can occur in MaxQuant-based results)
82+
### 2. Filters out identified proteins that exhibit `NaN` quantitative values
8383

8484

8585
`NaN`, which stands for "Not a Number," can be found in the `PG.Quantity` column
@@ -92,7 +92,7 @@ very similar or identical m/z values that lead to difficulty in parsing out
9292
individual intensity profiles.
9393

9494

95-
### 3. Filters out proteins with < 2 unique peptide identifications
95+
### 3. Applies a unique peptides per protein filter
9696

9797

9898
General practice in the proteomics field is to filter out proteins which were

0 commit comments

Comments
 (0)