powered by
This function allows to identify significant abnormal event identified from outlier analysis.
outlierDetectP( outlier_events, z_cutoff = 2, nGenes, group_by = "PTID", alternative = "two.sided" )
PALMO object with outlier event p value dataframe
PALMO object with outlier event p value
Identified outlier events
|Z| cutoff threshold to find potential outliers (Eg. z_cutoff= 2, equals to Mean/SD 2)
Number of background genes/features
Column name to use for groupwise outlier analysis. Default is PTID (donor or participant id).
alternative hypothesis, must be one of "one.sided" or "two.sided" (default)
if (FALSE) { outlierDetectP(outlier_events=outlier_res, z_cutoff=2, nGenes=1043) }
Run the code above in your browser using DataLab