Skip to content

Commit ecdd907

Browse files
committed
edit vignettes/preprocessing
1 parent b150e0a commit ecdd907

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

vignettes/preprocessing.qmd

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ and `PG.Quantity`. This function will reformat the data and provide
6666
functionality for some initial filtering (based on the number of unique peptides).
6767
The steps below describe the operations performed during preprocessing.
6868

69-
**1\.** Loads the raw data
69+
### 1. Loads the raw data
7070

7171

7272
+ If the raw data is in a `.csv` file
@@ -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 exhibit `NaN` quantitative values
82+
### 2. Filters out identified proteins that contain no quantitative values (uncommon for Spectronaut-based results, can occur in MaxQuant-based results)
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\.** Applies a unique peptides per protein filter
95+
### 3. Filters out proteins with < 2 unique peptide identifications
9696

9797

9898
General practice in the proteomics field is to filter out proteins which were
@@ -108,7 +108,7 @@ and we can help you evaluate the evidence from the raw data to determine
108108
believability.
109109

110110

111-
**4\.** Adds accession numbers to identified proteins without informative names
111+
### 4. Adds accession numbers to identified proteins without informative names
112112

113113

114114
Spectronaut reports contain 4 different columns of identifying information:
@@ -150,8 +150,7 @@ which is used in [PMF](https://proteomics.uconn.edu/) for most Scaffold-based
150150
results, do rank protein cluster IDs by likelihood of correctness). </div>
151151

152152

153-
**5\.** Saves a document to your working directory with all filtered out data,
154-
if desired
153+
### 5. Saves a document to your working directory with all filtered out data, if desired
155154

156155

157156
If `saveRm = TRUE`, the data removed in step 2 (`preprocess_filterNaN.csv`) and

0 commit comments

Comments
 (0)