When I use function sc.tl.rank_genes_groups(adata, 'Cell Type', method='wilcoxon', pts = True,tie_correct = True) , 'Cell Type' only contains 2 groups, I want to check adjusted p values, then I use pd.DataFrame(adata.uns['rank_genes_groups']['pvals_adj']).
It gave me 2 different columns adjusted p values. I am not sure how can I interpret these two different p values. I just wanna use p value to check interested genes differential expression in two groups. In which group is this gene expressed more significantly?
Which value I should trust?