DEprot.outliers class
metricsdata.frame collecting, for each sample, the three quality metrics, their robust Z-scores/p-values, the individual flags, the total number of flags and the final outlier call, merged with the metadata table. Class: "ANY".
outliersvector containing the samples called as outliers. Class: "ANY".
sample.subsetvector containing the list of samples analyzed. Class: "ANY".
data.usedvector indicating the type of counts used (imputed, normalized, raw). Class: "ANY".
correlation.methodString indicating the method used for the correlation (e.g., 'pearson', 'spearman', 'kendall'). Class: "ANY".
correlation.matrixthe sample-by-sample correlation matrix used to compute the median correlations, with the diagonal set to NA. Class: "ANY".
PCAthe DEprot.PCA object generated internally and used to compute the Mahalanobis distances. Class: "ANY".
missingness.data.usedvector indicating the type of counts used to quantify the missing values, NA when no unimputed table was available. Class: "ANY".
group.columnString indicating the metadata column used to restrict the correlations to the replicates of the same group, NULL when all the samples were used. Class: "ANY".
metrics.availablelogical vector indicating which of the three metrics could effectively be computed. Class: "ANY".
parameterslist of the thresholds used to flag the samples. Class: "ANY".
plotpatchwork object combining the diagnostic plots of all the metrics available. Class: "ANY".
plot.listlist of the individual ggplot objects, one per metric. Class: "ANY".