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

Make nextflow pipeline to run copyKAT and SCEVAN #28

Open
grst opened this issue Dec 20, 2021 · 2 comments
Open

Make nextflow pipeline to run copyKAT and SCEVAN #28

grst opened this issue Dec 20, 2021 · 2 comments

Comments

@grst
Copy link
Member

grst commented Dec 20, 2021

I feel rpy2 is unreliable, the R packages are cumbersome to install and a lot of additional dependencies. On top of that, the R methods are relatively slow compared to the infercnv algorithm in Python and it makes sense to run them in parallel on individual patients, potentially on HPC.

I would suggest to

  • remove the copykat function as it is currently from the package
  • build a small nextflow pipeline that
    • takes an anndata object as input
    • splits it up by patient (or whatever variable in obs)
    • converts it to SingleCellExperiment
    • runs copykat and or SCEVAN
    • has the dependencies packaged as docker/singularity containers.
  • provide loader functions for the results of copykat and SCEVAN such that
    the visualizations functions of infercnvpy can be used.
@grst grst mentioned this issue Dec 20, 2021
This was referenced Jan 13, 2022
@hyjforesight
Copy link

Hello @grst
Any plan to add the tutorial of CopyKat to the website (https://icbi-lab.github.io/infercnvpy/tutorials/reproduce_infercnv.html)?
Thanks!
Best,
YJ

@grst
Copy link
Member Author

grst commented Jan 17, 2022 via email

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