Hi,
I'm using MAST to obtain DE genes in specific clusters of scRNAseeq data. My commands look as follows:
subset.cells_23 <- subset(GM_combined_umap_clusters, idents = 22)
Idents(subset.cells_23) <- subset.cells_23$group
pvals_23 <- FindMarkers(subset.cells_23, ident.1 = "GM1", ident.2 = "GM4", test.use = "MAST")
The subset.cells_23 Seurat object has 32285 features (see below):
> subset.cells_23@assays$RNA
Assay data with 32285 features for 229 cells
When i look at the pvals_23 files though, it lists only 391 features. Is there a way to get the full list with all p-values irrespective of whether they are significant or not?

Thank you!
Hi,
I'm using MAST to obtain DE genes in specific clusters of scRNAseeq data. My commands look as follows:
The subset.cells_23 Seurat object has 32285 features (see below):
When i look at the

pvals_23files though, it lists only391features. Is there a way to get the full list with all p-values irrespective of whether they are significant or not?Thank you!