We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I'm using the R package and attempting to follow the code for ### Supplying a custom dataset
I run the following:
cts <- read.csv("X.csv", row.names =1) # has the same layout as airway data corrMat <- generateCorrelations(cts) TERM2GENE <- getTERM2GENE(GSEA_Type = c("GO:BP")) # GO Biological Process res <- analyzeSingleGenes(genesOfInterest = c("ESR2"), corrMat = corrMat, Sample_Type = "brain - normal", corrMat_label = "User-Supplied", TERM2GENE = TERM2GENE)
But I get this error:
Retrieving any missing correlation data... Analyzing: ESR2 GSEA |=========================================================================================================| 100% Error in gp + ggplot2::labs(title = pathTitle, subtitle = paste0("Enrichment score: ", : non-numeric argument to binary operator
Retrieving any missing correlation data...
Analyzing: ESR2 GSEA |=========================================================================================================| 100%
Error in gp + ggplot2::labs(title = pathTitle, subtitle = paste0("Enrichment score: ", : non-numeric argument to binary operator
Could you please tell me what the issue is/what might be missing?
Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I'm using the R package and attempting to follow the code for ### Supplying a custom dataset
I run the following:
But I get this error:
Could you please tell me what the issue is/what might be missing?
Thank you!
The text was updated successfully, but these errors were encountered: