This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Is there a 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?

gsea

Which GSEA software, specifically?

1 answer

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.

Log in to answer this question.