Tool for generating gene expression signature and running viper for protein activity inference.
You need Nextflow installed.
nextflow run papaemmelab/nf-proteinactivity --help
Give it a try with a test run if you have docker available:
nextflow run papaemmelab/nf-proteinactivity -main -profile test,cloud
See this example:
nextflow run papaemmelab/nf-proteinactivity \
-r main \
--input {samplesheet.csv} \
--outdir {results}
Contributions are welcome, and they are greatly appreciated, check our contributing guidelines!