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
|**genome_build**| String | The reference genome build. List of supported genomes: "GRCh37", "GRCh38", "mm9", "mm10" and "rn6". The default value is "GRCh37". If the selected genome is not in the supported list, the default genome will be used. |
133
133
|**cosmic_version**| Float | Takes a positive float among 1, 2, 3, 3.1, 3.2 and 3.3. Defines the version of the COSMIC reference signatures. The default value is 3.3. |
134
134
|**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. |
135
-
|**make_plots**| Boolean | Toggle on and off for making and saving all plots. Default value is True. |
136
-
|**exclude_signature_subgroups**| List | Removes the signatures corresponding to specific subtypes for better fitting. The usage is given above. Default value is None. |
135
+
|**exclude_signature_subgroups**| List | Removes the signatures corresponding to specific subtypes for better fitting. The usage is given above. The default value is None. |
137
136
|**exome**| Boolean | Defines if the exome renormalized signatures will be used. The default value is False. |
138
-
|**verbose**| Boolean | Prints statements. Default value is False. |
137
+
|**export_probabilities**| Boolean | Defines if the probability matrix is created. The default value is True. |
138
+
|**make_plots**| Boolean | Toggle on and off for making and saving all plots. The default value is True. |
139
+
|**verbose**| Boolean | Prints statements. The default value is False. |
0 commit comments