I keep running into the same error:
ssgseaparam <- ssgseaParam(
expr = TCGA_FPKM_UQ,
geneSets = converted_gene_sets,
)
gsva_results <- GSVA::gsva(ssgseaparam, verbose = TRUE)
And run into the error: Error in .local(gSets, ...) : unused arguments (minSize = 1, maxSize = Inf) As context, TCGA_FPKM_UQ is a numeric matrix where the row names are the gene IDs and there is no gene id column. Additionally, the converted_gene_sets is a list of enriched KEGG gene sets and their genes from KEGG enrichment analysis. I couldn't find any solutions and I don't know what to do.
Can anyone help? Willing to provide more info if needed. Thanks to anyone in advance!