saezlab/cosmosR

Problem with knitr package

SwagatikaSahoo2023 opened this issue · 3 comments

Dear COSMOSR Authors,
I am currently running the tutorial.Rmd in R Studio.
I am getting the below error while running the chunk for preparing the inputs.

"Error in preprocess_COSMOS_metabolism_to_signaling(meta_network = toy_network, :
could not find function "preprocess_COSMOS_metabolism_to_signaling"

Please advise further.
Best
Swagatika Sahoo

Hi,

thanks for your interest in running our tool :)

It's difficult to be sure what's going on with this limitted information, but it appears that the cosmos library is not loaded properlly if you get this error.

If you want a more detailled tutorial, you can also have a look here: https://github.com/saezlab/NCI60_cosmos

Cheers,

Aurelien

When you call
library(cosmosR)
do you get any error?