Entering edit mode
2.2 years ago
Amr
▴
180
Is there in the setting in GSEA software to filter counts less than 10 before go for GSEA analysis?
Is there in the setting in GSEA software to filter counts less than 10 before go for GSEA analysis?
Perhaps you could change the count data into a tibble using tibble from tidyverse and then use the filter function to filter the dataset. Then you could put it through gsva analysis in R. You may be using the estimate package or singscore but the tibble function would work to filter the data.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Which GSEA software, specifically?