View source: R/preProcessAdat.R
| preProcessAdat | R Documentation |
Pre-process an ADAT file containing raw analyte RFU values in preparation for analysis. For more details please refer to the pre-processing how-to article
preProcessAdat(
adat,
filter.features = TRUE,
filter.controls = TRUE,
filter.rowcheck = TRUE,
filter.qc = deprecated(),
filter.outliers = FALSE,
data.qc = NULL,
log.10 = FALSE,
center.scale = FALSE
)
The soma_adat object is pre-processed with the following steps:
Filter features -> down to human protein analytes
Filter samples -> by the following order and criteria: a) Retain study samples only (dropping buffer, calibrator, and QC samples) b) Only those that pass default normalization acceptance criteria c) Those not identified as outliers.
Data QC -> plots of normalization scale factors by clinical covariates
Transformations -> log10, center, and scale analyte RFU values
A soma_adat object.
Caleb Scheidel
preProcessAdat(example_data, data.qc = c("Age", "Sex"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.