You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Parameter | Variable Type | Parameter Description |
113
115
| --------------------- | -------- |-------- |
114
116
|**signatures**| String | Path to a tab delimited file that contains the signaure table where the rows are mutation types and colunms are signature IDs. |
115
117
|**activities**| String | Path to a tab delimilted file that contains the activity table where the rows are sample IDs and colunms are signature IDs. |
116
118
|**samples**| String | Path to a tab delimilted file that contains the activity table where the rows are mutation types and colunms are sample IDs. |
117
119
|**output**| String | Path to the output folder. |
118
120
|**genome_build**| String | The genome type. Example: "GRCh37", "GRCh38", "mm9", "mm10". The default value is "GRCh37" |
121
+
|**new_signature_thresh_hold**|Float | Parameter in Cosine similarity to declare a new signature. Applicable for decompose fit only. The default value is 0.8 |
122
+
|**make_plots**| Boolean | Toggle on and off for making and saving all plots. Default value is True. |
123
+
|**signature_subgroups**| List | Removes the signatures corresponding to specific subtypes for better fitting. The usage is given above. Default value is None. |
119
124
|**verbose**| Boolean | Prints statements. Default value is False. |
0 commit comments