COSIFER - COnSensus Interaction Network InFErence Pipeline

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

10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
baseCommand: [cosifer]

inputs:
  data_matrix:
    type: File
    inputBinding:
      position: 1
      prefix: '-i'
  separator:
    type: string?
    inputBinding:
      position: 2
      prefix: '--sep='
      separate: false
  index_col:
    type: int?
    inputBinding:
      position: 3
      prefix: '--index'
  gmt_filepath:
    type: File?
    inputBinding:
      position: 4
      prefix: '--gmt_filepath'
  outdir:
    type: string?
    inputBinding:
      position: 5
      prefix: '-o'
  samples_on_rows:
    type: boolean?
    inputBinding:
      position: 6
      prefix: '--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/cwl
Name: cosifer
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 ...