Skip to content

Commit aed0f9e

Browse files
authored
Fix typos in pre-processing vignette (#143)
1 parent c3b2b0c commit aed0f9e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

vignettes/articles/pre-processing.Rmd

+8-8
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ recommended prior to executing an analysis on SomaScan data, along with
5252
## Filtering Features
5353

5454
The goal of this pre-processing step is to remove features (SeqIds) typically
55-
not useful for analalysis from a SomaScan dataset, while also retaining
55+
not useful for analysis from a SomaScan dataset, while also retaining
5656
*relevant* features that will enable broad discovery during downstream analysis.
5757

5858
The filtering logic typically used for protein features (i.e. SOMAmer
@@ -532,8 +532,8 @@ assessment and further evaluation.
532532
While centering and scaling standardizes the RFU distributions across all
533533
SeqIds for multivariate analysis, it is important to understand that this does
534534
*not* enable meaningful comparison of expression values between different
535-
SeqIds. Take, for instance, hypothetical SeqId A with a z-socre of 2 and
536-
hypothetical SeqId B with a z-socre of -1. One cannot infer that the protein
535+
SeqIds. Take, for instance, hypothetical SeqId A with a z-score of 2 and
536+
hypothetical SeqId B with a z-score of -1. One cannot infer that the protein
537537
target of SeqId A was present at a higher concentration than the target of
538538
SeqId B in the original sample prep. All comparisons should be made between
539539
sample groups *within* a given SeqId. The RFU value, as well as log10 RFU and
@@ -550,11 +550,11 @@ factors intrinsic to the SOMAmer Reagent within the SomaScan assay.
550550
The `preProcessAdat()` function is available to perform the steps
551551
outlined in this vignette. By default, it will filter features and
552552
samples using the standard QC and normalization acceptance criteria
553-
described earlier, and drop sample-level RFU outliers. It also has option to
554-
perform log-10 and center & scale transformations to the untransformed RFU
555-
values. If data QC plots by endpoints or clinical variables are desired,
556-
the names of the variables should be explicitly passed to the `data.qc`
557-
argument. Please see the `preProcessAdat()` function documentation for
553+
described earlier, but _will not_ drop sample-level RFU outliers. It also has
554+
the option to perform log-10 and center & scale transformations to the
555+
untransformed RFU values. If data QC plots by endpoints or clinical variables
556+
are desired,the names of the variables should be explicitly passed to the
557+
`data.qc` argument. Please see the `preProcessAdat()` function documentation for
558558
more details.
559559

560560
```{r recreate-vignette-data}

0 commit comments

Comments
 (0)