Identifying outliers on multiple columns in dataframe using identify_outliers
I have a dataframe where I have a group column (a vs b), id column (sample 1-14) and then multiple columns(expression of different genes) in which I would like to identify the outliers. I want to have a code that gives me the sample id of the outlier + if the outlier is extreme or not (I used identify_outliers so far) without having to run the code for each single gene