Skip to content
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

Error while trying out the TF Activity inference analysis section from the tutorial #7

Closed
aditisk opened this issue Oct 31, 2022 · 1 comment

Comments

@aditisk
Copy link

aditisk commented Oct 31, 2022

Hi again @enblacar,

I am getting an error while trying to get prior network information while following the TF activity inference vignette. The error is pasted below:

> network <- decoupleR::get_dorothea(organism = "human",levels = c("A", "B", "C")) Error: 'import_dorothea_interactions' is not an exported object from 'namespace:OmnipathR'

I am using SCpubr_1.0.1 and I manually downloaded all the required dependencies. Any thoughts on how to fix this ?

Thanks.

@enblacar
Copy link
Owner

enblacar commented Nov 1, 2022

Hi @aditisk,

Both SCpubr:: do_PathwayActivityPlot() and SCpubr:: do_TFActivityPlot() expect you to have run decoupleR beforehand.

For this, you will need to install it:

install.packages("BiocManager")
BiocManager::install("decoupleR")

However, since this is not required to plot the results, I have not put this package in the list of dependencies.

If it still does not work after installing decoupleR, please try installing OmnipathR as well. Also, please consider updating to SCpubr v1.0.2, as it has new features and bug fixes.

Closing this for now, if the error still persists let me know!
Enrique

@enblacar enblacar closed this as completed Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants