You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vignettes/preprocessing.qmd
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ and `PG.Quantity`. This function will reformat the data and provide
66
66
functionality for some initial filtering (based on the number of unique peptides).
67
67
The steps below describe the operations performed during preprocessing.
68
68
69
-
**1\.** Loads the raw data
69
+
### 1. Loads the raw data
70
70
71
71
72
72
+ If the raw data is in a `.csv` file
@@ -79,7 +79,7 @@ specify the `fileName` to read the raw data file into R.
79
79
first load the data file directly, then specify the `dataSet` in the function.
80
80
81
81
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)
83
83
84
84
85
85
`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
92
92
individual intensity profiles.
93
93
94
94
95
-
**3\.** Applies a unique peptides per protein filter
95
+
### 3. Filters out proteins with < 2 unique peptide identifications
96
96
97
97
98
98
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
108
108
believability.
109
109
110
110
111
-
**4\.** Adds accession numbers to identified proteins without informative names
111
+
### 4. Adds accession numbers to identified proteins without informative names
112
112
113
113
114
114
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
150
150
results, do rank protein cluster IDs by likelihood of correctness). </div>
151
151
152
152
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
155
154
156
155
157
156
If `saveRm = TRUE`, the data removed in step 2 (`preprocess_filterNaN.csv`) and
0 commit comments