Retrieves analysis IDs of data outliers based the principal components PCA with SD or MAD fences
Arguments
- data
MidarExperiment object
- variable
Feature variable used for outlier detection
- filter_data
Use all (default) or qc-filtered data
- qc_types
QC types included in the outlier detection
- pca_component
PCA component to be used
- fence_multiplicator
Multiplicator for SD or MAD, respectively.
- summarize_fun
Function used to summarize the features, either "pca" based on PCA, or "rma" based on mean relative abundance (RMA) of all features
- outlier_detection
Outlier detection method, either based on "sd" or "mad"
- log_transform
Log-transform data for outlier detection