-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
could not find function "graph.data.frame" when running buildGRN on example code #32
Comments
Hi Andrea,
Can you please try loading igraph before calling buildGRN:
library(igraph)
Thanks!
…On Tue, 22 Feb 2022 at 06:46, Andrea ***@***.***> wrote:
Hi,
I've been trying to run your example code but I get the following error
when I get to running "buildGRN":
Error in graph.data.frame(tmpAns, directed = directed, v = verticies) :
could not find function "graph.data.frame"
I had no trouble installing any dependencies either, so I don't understand
where the problem could be, any insight would be appreciated.
Session info:
R version 4.0.3 (2020-10-10)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 18.04.6 LTS, RStudio 1.3.959
—
Reply to this email directly, view it on GitHub
<#32>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACNJIR3IDCG3Y2AHX3CPEADU4NZSPANCNFSM5PBESKWA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
That solved the issue, thanks a lot! |
Great! Thanks for using CellRouter!
…On Tue, 22 Feb 2022 at 11:20, Andrea ***@***.***> wrote:
That solved the issue, thanks a lot!
—
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACNJIR4XTQHJKWNASYYJOT3U4OZUXANCNFSM5PBESKWA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I've been trying to run your example code but I get the following error when I get to running "buildGRN":
Error in graph.data.frame(tmpAns, directed = directed, v = verticies) : could not find function "graph.data.frame"
I had no trouble installing any dependencies either, so I don't understand where the problem could be, any insight would be appreciated.
Session info:
R version 4.0.3 (2020-10-10)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 18.04.6 LTS, RStudio 1.3.959
The text was updated successfully, but these errors were encountered: