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
hi
when i run this step
pathway.hyper.list <- lapply(colnames(n), function(i){
print(i)
tmp <- getHyperPathway(data = n, object = mt, cella_cellb = i, Org="Mus musculus")
return(tmp)
})
i encountered this problem as:
Error in apply(path.list.tmp.df, 1, function(x) { : dim(X)must have a positive length(Error in apply(path.list.tmp.df, 1, function(x) { : dim(X)的值必需是正数)
does anyone can help me , thanks in advanced
The text was updated successfully, but these errors were encountered:
---Original---
From: ***@***.***>
Date: Tue, Jul 23, 2024 20:49 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [ShellyCoder/cellcall] error when run getHyperPathway (Issue #46)
I encountered the same problem as you, how did you resolve it?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
hi
when i run this step
pathway.hyper.list <- lapply(colnames(n), function(i){
print(i)
tmp <- getHyperPathway(data = n, object = mt, cella_cellb = i, Org="Mus musculus")
return(tmp)
})
i encountered this problem as:
Error in apply(path.list.tmp.df, 1, function(x) { : dim(X)must have a positive length(Error in apply(path.list.tmp.df, 1, function(x) { : dim(X)的值必需是正数)
does anyone can help me , thanks in advanced
The text was updated successfully, but these errors were encountered: