Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Avani7 authored Dec 6, 2023
1 parent 543bd1d commit c90a698
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,31 @@ params: Input arguments required by the stage.

*Commands*
- stage: all (TransSynW + PAGA + SIGNET + TRRUST + Cytoscape + Uniprot)

Eg: python main.py run all --artefacts ./artefacts/temp2 --params start.txt start_terminal.txt annotation.txt HPROGFPM HNES ./Signet/terminal.csv ./trrust_rawdata_human.tsv

- stage: mechanistic insights (TransSynW + PAGA)

Eg: python main.py run mechanistic_insights --artefacts ./artefacts/temp2 --params start.txt start_terminal.txt annotation.txt HPROGFPM HNES

- stage: grn inference (SIGNET)

Eg: python main.py run grn_inference --artefacts ./artefacts/temp --params ./Signet/terminal.csv

- stage: functional analysis (Uniprot)

Eg: python main.py run functional_analysis --artefacts ./artefacts/Results-2023-10-03_12-39-19

- stage: gene network (Cytoscape)

Eg: python main.py run generate_network --artefacts ./artefacts/Results-2023-10-03_12-39-19 --params ./artefacts/Results-2023-10-03_12-39-19/trrust_analysis.csv

- stage: trrust analysis (TRRUST)

Eg: python main.py run trrust_analysis --artefacts ./artefacts/Results-2023-10-03_12-39-19 --params ./trrust_rawdata_human.tsv

- stage: generate_hypothesis (TransSynW)

Eg: python main.py run generate_hypothesis --artefacts ./artefacts/temp2 --params start.txt start_terminal.txt annotation.txt HPROGFPM HNES
python main.py run generate_hypothesis --artefacts ${PWD}/artefacts/temp2 --params start.txt start_terminal.txt annotation.txt HPROGFPM HNES

Expand Down

0 comments on commit c90a698

Please sign in to comment.