UCLouvain-CBIO / scp

Single cell proteomics data processing
https://uclouvain-cbio.github.io/scp/index.html
19 stars 2 forks source link

scplainer: could not find function "scpModelWorkflow" #53

Closed shimin-chen closed 5 months ago

shimin-chen commented 5 months ago

Hello,

Thank you for developing the tool and all the tutorial materials! I find the tutorial very helpful and easy to follow.

I am hoping to try out the scplainer workflow (basically trying to replicate this: https://uclouvain-cbio.github.io/SCP.replication/articles/scplainer_leduc2022.html. When I get to the data modeling part using scpModelWorkflow(), I got an error: could not find function "scpModelWorkflow". I am at version 1.13.1.

Thank you. Shimin

lgatto commented 5 months ago

You will need to install it with

BiocManager::install("UCLouvain-CBIO/scp", ref = "scplainer")
shimin-chen commented 5 months ago

It is working now. Thank you!