Thanks ATpoint!
I'm running the code from the Seurat vignette as below:
head<- FindMarkers(Combined, ident.1 = "Ast_2", ident.2 = NULL, test.use = "MAST") View(head) write.csv(head, "../Desktop/Hyp_DE_Ast22.csv", row.names = TRUE)
It doesn't let me use the "relevel" option so that's why I was wondering if it does the selection alphabetically by default?