COSIFER-COnSensus Interaction Network InFErence Service

public public 1yr ago Version: Version 1 0 bookmarks

COnSensus Interaction Network InFErence Service

Inference framework for reconstructing networks using a consensus approach between multiple methods and data sources.

alt text

Reference

Manica, Matteo, Charlotte, Bunne, Roland, Mathis, Joris, Cadow, Mehmet Eren, Ahsen, Gustavo A, Stolovitzky, and María Rodríguez, Martínez. "COSIFER: a python package for the consensus inference of molecular interaction networks".Bioinformatics (2020) .

Code Snippets

34
35
36
"""
cosifer -i "${matrix}" "--sep=${separator}" ${index_col!='' ? '--index ' + index_col : ''}  ${gmt_filepath.name != '.empty.' ? '--gmt_filepath ' + gmt_filepath : ''} -o "resdir" ${samples_on_rows ? '--samples_on_rows' : ''}
"""

Login to post a comment if you would like to share your experience with this workflow.

Do you know this workflow well? If so, you can request seller status , and start supporting this workflow.

Free

Created: 1yr ago
Updated: 1yr ago
Maitainers: public
URL: https://github.com/inab/ipc_workflows/tree/main/cosifer/nextflow
Name: cosifer-1
Version: Version 1
Badge:
workflow icon

Insert copied code into your website to add a link to this workflow.

Downloaded: 0
Copyright: Public Domain
License: Boost Software License 1.0
  • Future updates

Related Workflows

cellranger-snakemake-gke
snakemake workflow to run cellranger on a given bucket using gke.
A Snakemake workflow for running cellranger on a given bucket using Google Kubernetes Engine. The usage of this workflow ...