|
2 | 2 |  |
3 | 3 |
|
4 | 4 |
|
5 | | -### CMI: Cellular conversion using Mechanistic driven Integrated workflow |
| 5 | +### CRGEM: Cellular Reprogramming using mechanism-driven Gene Expression Modulation |
6 | 6 |
|
7 | 7 | A framework created using already available tools and databases, to perform cellular reprogramming computationally. |
8 | | -To carry out tool specific task using the various tools available separately, the researchers need to go through the tools individually. CMI ease their work by integrating the tools at one place. |
| 8 | +To carry out tool specific task using the various tools available separately, the researchers need to go through the tools individually. CRGEM ease their work by integrating the tools at one place. |
9 | 9 | With this integration of the functionalities researchers can invest time in biological inferences and experimentally verifying the key modulators and their effects. |
10 | 10 |
|
11 | 11 | <hr> |
@@ -91,43 +91,43 @@ The starting cell population and terminal cell population cluster IDs to be ener |
91 | 91 | ### Commands |
92 | 92 | - <u>stage</u>: all (TransSynW + PAGA + SIGNET + TRRUST + Cytoscape + Uniprot) |
93 | 93 |
|
94 | | - cmi run all --artefacts ./artefacts/[directory_name] --params [start_cell population] [start and terminal_cell population] [annotation file] [terminal cell cluster ID] [startaing cell cluster ID] ./data/terminal.csv ./data/trrust_rawdata_human.tsv |
| 94 | + crgem run all --artefacts ./artefacts/[directory_name] --params [start_cell population] [start and terminal_cell population] [annotation file] [terminal cell cluster ID] [startaing cell cluster ID] ./data/terminal.csv ./data/trrust_rawdata_human.tsv |
95 | 95 |
|
96 | | - Eg: cmi run all --artefacts ./artefacts/temp --params start.txt start_terminal.txt annotation.txt HPROGFPM HNES ./data/terminal.csv ./data/trrust_rawdata_human.tsv |
| 96 | + Eg: crgem run all --artefacts ./artefacts/temp --params start.txt start_terminal.txt annotation.txt HPROGFPM HNES ./data/terminal.csv ./data/trrust_rawdata_human.tsv |
97 | 97 |
|
98 | 98 | - <u>stage</u>: generate_hypothesis (TransSynW) |
99 | 99 |
|
100 | | - cmi run generate_hypothesis --artefacts ./artefacts/[directory_name] --params [start_cell population] [start and terminal_cell population] [annotation file] [terminal cell cluster ID] |
| 100 | + crgem run generate_hypothesis --artefacts ./artefacts/[directory_name] --params [start_cell population] [start and terminal_cell population] [annotation file] [terminal cell cluster ID] |
101 | 101 |
|
102 | | - Eg: cmi run generate_hypothesis --artefacts ./artefacts/[directory_name] --params start.txt start_terminal.txt annotation.txt HPROGFPM |
| 102 | + Eg: crgem run generate_hypothesis --artefacts ./artefacts/[directory_name] --params start.txt start_terminal.txt annotation.txt HPROGFPM |
103 | 103 |
|
104 | 104 | - <u>stage</u>: mechanistic insights (TransSynW + PAGA) |
105 | 105 |
|
106 | | - cmi run mechanistic insights --artefacts ./artefacts/[directory_name] --params [start_cell population] [start and terminal_cell population] [annotation file] [terminal cell cluster ID] [startaing cell cluster ID] |
| 106 | + crgem run mechanistic insights --artefacts ./artefacts/[directory_name] --params [start_cell population] [start and terminal_cell population] [annotation file] [terminal cell cluster ID] [startaing cell cluster ID] |
107 | 107 |
|
108 | | - Eg: cmi run mechanistic_insights --artefacts ./artefacts/temp --params start.txt start_terminal.txt annotation.txt HPROGFPM HNES |
| 108 | + Eg: crgem run mechanistic_insights --artefacts ./artefacts/temp --params start.txt start_terminal.txt annotation.txt HPROGFPM HNES |
109 | 109 |
|
110 | 110 | - <u>stage</u>: grn inference (SIGNET) |
111 | 111 |
|
112 | | - cmi run grn_inference --artefacts ./artefacts/[directory_name] --params ./data/terminal.csv |
| 112 | + crgem run grn_inference --artefacts ./artefacts/[directory_name] --params ./data/terminal.csv |
113 | 113 |
|
114 | | - Eg: cmi run grn_inference --artefacts ./artefacts/temp --params ./data/terminal.csv |
| 114 | + Eg: crgem run grn_inference --artefacts ./artefacts/temp --params ./data/terminal.csv |
115 | 115 |
|
116 | 116 | - <u>stage</u>: trrust analysis (TRRUST) |
117 | 117 |
|
118 | | - cmi run trrust_analysis --artefacts ./artefacts/[directory_name] --params ./data/trrust_rawdata_human.tsv |
| 118 | + crgem run trrust_analysis --artefacts ./artefacts/[directory_name] --params ./data/trrust_rawdata_human.tsv |
119 | 119 |
|
120 | | - Eg: cmi run trrust_analysis --artefacts ./artefacts/temp --params ./data/trrust_rawdata_human.tsv |
| 120 | + Eg: crgem run trrust_analysis --artefacts ./artefacts/temp --params ./data/trrust_rawdata_human.tsv |
121 | 121 |
|
122 | 122 |
|
123 | 123 | - <u>stage</u>: gene network (Cytoscape) |
124 | 124 |
|
125 | | - cmi run create_network --artefacts ./artefacts/[directory_name] --params ./artefacts/[directory_name]/Trrust_Analysis/trrust_analysis.csv |
| 125 | + crgem run create_network --artefacts ./artefacts/[directory_name] --params ./artefacts/[directory_name]/Trrust_Analysis/trrust_analysis.csv |
126 | 126 |
|
127 | | - Eg: cmi run create_network --artefacts ./artefacts/temp --params ./artefacts/temp/Trrust_Analysis/trrust_analysis.csv |
| 127 | + Eg: crgem run create_network --artefacts ./artefacts/temp --params ./artefacts/temp/Trrust_Analysis/trrust_analysis.csv |
128 | 128 |
|
129 | 129 | - <u>stage</u>: functional analysis (Uniprot) |
130 | 130 |
|
131 | | - cmi run functional_analysis --artefacts ./artefacts/[directory_name] /Trrust_analysis/transsynw_genes.csv /Trrust_analysis/signet_genes.csv |
| 131 | + crgem run functional_analysis --artefacts ./artefacts/[directory_name] /Trrust_analysis/transsynw_genes.csv /Trrust_analysis/signet_genes.csv |
132 | 132 |
|
133 | | - Eg: cmi run functional_analysis --artefacts ./artefacts/temp /Trrust_analysis/transsynw_genes.csv /Trrust_analysis/signet_genes.csv |
| 133 | + Eg: crgem run functional_analysis --artefacts ./artefacts/temp /Trrust_analysis/transsynw_genes.csv /Trrust_analysis/signet_genes.csv |
0 commit comments