You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I did "egmt", the error show that "Error in if (maxP > -minP) { : missing value where TRUE/FALSE needed
In addition: Warning message:
In preparePathwaysAndStats(pathways, stats, minSize, maxSize, gseaParam, :
There are ties in the preranked stats (34.87% of the list).
The order of those tied genes will be arbitrary, which may produce unexpected results."
The text was updated successfully, but these errors were encountered:
def <- FindMarkers(sub.1, ident.1 = 'case', ident.2 = 'control', group.by = 'group',logfc.threshold = 0,min.pct = 0.0001,min.diff.pct = -Inf)
data(geneList)
geneList <- def$avg_logFC
names(geneList) <- rownames(def)
geneList <- sort(geneList,decreasing = T)
geneset <- read.gmt("c2.all.v7.2.symbols.gmt")
egmt <- GSEA(geneList, TERM2GENE = geneset, minGSSize = 1, pvalueCutoff = 0.99,verbose = F)
when I did "egmt", the error show that
"Error in if (maxP > -minP) { : missing value where TRUE/FALSE needed
In addition: Warning message:
In preparePathwaysAndStats(pathways, stats, minSize, maxSize, gseaParam, :
There are ties in the preranked stats (34.87% of the list).
The order of those tied genes will be arbitrary, which may produce unexpected results."
The text was updated successfully, but these errors were encountered: